From 29576696ee49943199138d7a06b1ae163d174a43 Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 19 Jul 2025 13:08:36 -0700 Subject: [PATCH] Fix path dressup array test case Signed-off-by: Emmanuel Ferdman --- src/Mod/CAM/CAMTests/TestPathDressupArray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/CAMTests/TestPathDressupArray.py b/src/Mod/CAM/CAMTests/TestPathDressupArray.py index 6f8081db00..ac16e4d442 100644 --- a/src/Mod/CAM/CAMTests/TestPathDressupArray.py +++ b/src/Mod/CAM/CAMTests/TestPathDressupArray.py @@ -92,7 +92,7 @@ class TestDressupArray(PathTestBase): da.execute(obj) self.assertTrue(obj.Path.toGCode() == expected_gcode, "Incorrect g-code generated") - def test01(self): + def test02(self): """Verify linear x/y/z 2D array.""" source_gcode = "G0 X0 Y0 Z0\n" "G1 X10 Y10 Z0\n"