From 652a6459a866846fe0937b2e57566a07cfa48944 Mon Sep 17 00:00:00 2001 From: VinPropane Date: Mon, 25 May 2026 13:43:07 -0400 Subject: [PATCH] NEO-85: gdformat prototype target markers test. --- client/test/prototype_target_markers_test.gd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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