diff --git a/client/test/prototype_target_markers_test.gd b/client/test/prototype_target_markers_test.gd index db9beb5..0d734cd 100644 --- a/client/test/prototype_target_markers_test.gd +++ b/client/test/prototype_target_markers_test.gd @@ -13,9 +13,7 @@ func test_set_locked_target_brightens_body_albedo_without_emission() -> void: auto_free(markers) add_child(markers) await get_tree().process_frame - var body: MeshInstance3D = markers.get_node( - "Marker_%s/DummyBody" % ALPHA_ID - ) as MeshInstance3D + var body: MeshInstance3D = markers.get_node("Marker_%s/DummyBody" % ALPHA_ID) as MeshInstance3D var body_mat: StandardMaterial3D = body.material_override as StandardMaterial3D var idle_color: Color = body_mat.albedo_color # Act