Forgot to fix test after 35d66f5

This commit is contained in:
Andrej730
2023-10-19 18:07:23 +05:00
parent 7e92471ac9
commit 9e9412bec0
@@ -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"