diff --git a/src/Mod/CAM/CAMTests/TestPathDressupArray.py b/src/Mod/CAM/CAMTests/TestPathDressupArray.py index a9fced55bf..81df05bb60 100644 --- a/src/Mod/CAM/CAMTests/TestPathDressupArray.py +++ b/src/Mod/CAM/CAMTests/TestPathDressupArray.py @@ -93,7 +93,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"