Fix context's TestImportAttributes after e4a50b3

This commit is contained in:
Andrej730
2025-06-24 13:53:39 +05:00
parent 097e03d6f5
commit 705a924f41
+1 -1
View File
@@ -68,7 +68,7 @@ class TestImportAttributes(test.bim.bootstrap.NewFile):
assert props.context_attributes["TargetScale"].float_value == 0.5
assert props.context_attributes["TargetView"].enum_value == "NOTDEFINED"
assert props.context_attributes["UserDefinedTargetView"].string_value == "UserDefinedTargetView"
assert not props.context_attributes["Precision"]
assert "Precision" not in props.context_attributes
def test_importing_twice(self):
ifc = ifcopenshell.file()