Skip to content

Commit 147f978

Browse files
committed
Update comment
1 parent 14417c9 commit 147f978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_repair_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_find_and_fix_missing_faces(modeler: Modeler):
390390
assert not comp.bodies[0].is_surface
391391

392392
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."""
393+
"""Test to read geometry, find and fix missing faces specify angle and distance."""
394394
design = modeler.open_file(FILES_DIR / "MissingFaces_AngleDistance.scdocx")
395395
assert len(design.bodies) == 1
396396
assert len(design.bodies[0].faces) == 11

0 commit comments

Comments
 (0)