mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 06:18:09 +00:00
fix test after ac64d0c40
This commit is contained in:
@@ -188,7 +188,7 @@ class TestImportReferences(NewFile):
|
|||||||
assert len(props.documents) == 1
|
assert len(props.documents) == 1
|
||||||
assert props.documents[0].ifc_definition_id == reference.id()
|
assert props.documents[0].ifc_definition_id == reference.id()
|
||||||
assert props.documents[0].name == "Unnamed"
|
assert props.documents[0].name == "Unnamed"
|
||||||
assert props.documents[0].identification == "*"
|
assert props.documents[0].identification == "X"
|
||||||
assert props.documents[0].is_information is False
|
assert props.documents[0].is_information is False
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user