diff --git a/src/ifcopenshell-python/test/test_ids.py b/src/ifcopenshell-python/test/test_ids.py index b615405012..39ebeed201 100644 --- a/src/ifcopenshell-python/test/test_ids.py +++ b/src/ifcopenshell-python/test/test_ids.py @@ -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