diff --git a/src/ifcopenshell-python/test/api/geometry/test_unassign_representation.py b/src/ifcopenshell-python/test/api/geometry/test_unassign_representation.py index 316c6cbe90..1e45054369 100644 --- a/src/ifcopenshell-python/test/api/geometry/test_unassign_representation.py +++ b/src/ifcopenshell-python/test/api/geometry/test_unassign_representation.py @@ -77,3 +77,7 @@ class TestUnassignRepresentation(test.bootstrap.IFC4): assert len(self.file.by_type("IfcShapeRepresentation")) == 1 assert not wall.Representation assert len(self.file.by_type("IfcProductDefinitionShape")) == 0 + + +class TestUnassignRepresentationIFC2X3(test.bootstrap.IFC2X3, TestUnassignRepresentation): + pass