From 9e9412bec08c4c2b3d10d15cc6fd218b050cec39 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 19 Oct 2023 18:07:23 +0500 Subject: [PATCH] Forgot to fix test after 35d66f5 --- src/ifcopenshell-python/test/api/geometry/test_add_boolean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"