diff --git a/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py b/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py index 06f0e28485..ae6ccac212 100644 --- a/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py +++ b/src/ifcopenshell-python/test/api/geometry/test_assign_representation.py @@ -96,3 +96,7 @@ class TestAssignRepresentation(test.bootstrap.IFC4): class TestAssignRepresentationIFC2X3(test.bootstrap.IFC2X3, TestAssignRepresentation): pass + + +class TestAssignRepresentationIFC4X3(test.bootstrap.IFC4X3, TestAssignRepresentation): + pass