Fix various typos

This commit is contained in:
luzpaz
2023-07-01 10:08:21 +00:00
parent 574e117b15
commit 055447a702
7 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ class PartDesignGuiTestCases(unittest.TestCase):
cobj = CallableCheckWarning(self)
QtCore.QTimer.singleShot(500, cobj)
Gui.runCommand('PartDesign_MoveFeature')
#assert depenedencies of the Sketch
#assert dependencies of the Sketch
self.assertEqual(len(self.BodySource.Group), 3, "Source body feature count is wrong")
self.assertEqual(len(self.BodyTarget.Group), 0, "Target body feature count is wrong")
@@ -195,7 +195,7 @@ class PartDesignGuiTestCases(unittest.TestCase):
cobj = CallableComboBox(self)
QtCore.QTimer.singleShot(500, cobj)
Gui.runCommand('PartDesign_MoveFeature')
#assert depenedencies of the Sketch
#assert dependencies of the Sketch
self.Doc.recompute()
self.assertFalse(self.Sketch.Support[0][0] in self.BodySource.Origin.OriginFeatures)