mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 19:52:36 +00:00
Fix typo in test
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ assert f[16].UnitComponent is not None
|
|||||||
f.remove(f[15])
|
f.remove(f[15])
|
||||||
assert f[16].UnitComponent is None
|
assert f[16].UnitComponent is None
|
||||||
prop = f.by_type("IfcPropertySingleValue")[0]
|
prop = f.by_type("IfcPropertySingleValue")[0]
|
||||||
assert prop.NominalValue.wrappedValuex in str(prop)
|
assert prop.NominalValue.wrappedValue in str(prop)
|
||||||
|
|
||||||
# Some operations on ifcopenshell.entity_instance
|
# Some operations on ifcopenshell.entity_instance
|
||||||
assert f[22].Id == ''
|
assert f[22].Id == ''
|
||||||
|
|||||||
Reference in New Issue
Block a user