Fixed comment

This commit is contained in:
Jeremy Wright
2025-06-23 16:08:29 -04:00
parent 43e2e00648
commit 26a64f3b4b

View File

@ -1077,7 +1077,7 @@ def test_copied_assembly_import(tmp_path_factory):
assy_copy = Assembly.importStep(os.path.join(tmpdir, "test_assy_copy.step"))
assert 5 == len(assy_copy.children)
# import the assy without copies - this throws
# import the assy without copies
assy_normal = Assembly.importStep(os.path.join(tmpdir, "test_assy.step"))
assert 5 == len(assy_normal.children)