We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14417c9 commit 147f978Copy full SHA for 147f978
tests/integration/test_repair_tools.py
@@ -390,7 +390,7 @@ def test_find_and_fix_missing_faces(modeler: Modeler):
390
assert not comp.bodies[0].is_surface
391
392
def test_find_and_fix_missing_faces_angle_distance(modeler: Modeler):
393
- """Test to read geometry, find and fix missing faces and validate that we now have solids."""
+ """Test to read geometry, find and fix missing faces specify angle and distance."""
394
design = modeler.open_file(FILES_DIR / "MissingFaces_AngleDistance.scdocx")
395
assert len(design.bodies) == 1
396
assert len(design.bodies[0].faces) == 11
0 commit comments