diff --git a/src/Mod/Path/PathTests/TestRefactoredTestPost.py b/src/Mod/Path/PathTests/TestRefactoredTestPost.py index 4d3ba32631..0d42076929 100644 --- a/src/Mod/Path/PathTests/TestRefactoredTestPost.py +++ b/src/Mod/Path/PathTests/TestRefactoredTestPost.py @@ -72,6 +72,7 @@ class TestRefactoredTestPost(PathTestUtils.PathTestBase): This method is called prior to each `test()` method. Add code and objects here that are needed for multiple `test()` methods. """ + self.maxDiff = None self.doc = FreeCAD.ActiveDocument self.con = FreeCAD.Console self.docobj = FreeCAD.ActiveDocument.addObject("Path::Feature", "testpath")