From f528ad97444319f12a2d75c8ff9d70853d7ea4e4 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Tue, 10 May 2022 23:49:14 +1000 Subject: [PATCH] Minor fix --- src/ifcopenshell-python/test/test_ids.py | 1 + 1 file changed, 1 insertion(+) 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