Test: remove unecessary toggle that is failing the test

This commit is contained in:
PaddleStroke
2024-09-03 18:17:01 +02:00
parent 941656bcd3
commit 4d5fa15d24

View File

@@ -75,7 +75,6 @@ class RegressionTests(unittest.TestCase):
PointSketch.MapMode = "Deactivated"
PointSketch.addGeometry(Part.Point(Base.Vector(0.000000, 0.000000, 0)))
PointSketch.toggleConstruction(0)
PointSketch.addConstraint(Sketcher.Constraint("Coincident", 0, 1, -1, 1))