diff --git a/src/ifcopenshell-python/test/api/geometry/test_add_boolean.py b/src/ifcopenshell-python/test/api/geometry/test_add_boolean.py index 62d7d33a82..10e938b5b4 100644 --- a/src/ifcopenshell-python/test/api/geometry/test_add_boolean.py +++ b/src/ifcopenshell-python/test/api/geometry/test_add_boolean.py @@ -52,4 +52,4 @@ class TestAddBoolean(test.bootstrap.IFC4): ifcopenshell.api.run("geometry.add_boolean", self.file, representation=rep, matrix=np.eye(4)) assert rep.Items[0].is_a() == "IfcBooleanClippingResult" - assert rep.RepresentationType == "CSG" + assert rep.RepresentationType == "Clipping"