Minor fix

This commit is contained in:
Dion Moult
2022-05-10 23:49:14 +10:00
parent 650f9eb7f5
commit f528ad9744
+1
View File
@@ -279,6 +279,7 @@ class TestIdsAuthoring(unittest.TestCase):
assert bool(facet(ifc.createIfcWall())) is True
assert bool(facet(ifc.createIfcWall(PredefinedType="SOLIDWALL"))) is True
assert bool(facet(ifc.createIfcSlab())) is False
assert bool(facet(ifc.createIfcWallStandardCase())) is False
facet = ids.entity.create(name="IFCWALL")
assert bool(facet(ifc.createIfcWall())) is True