geometry.unassign_representation - fix missing ifc2x3 tests

This commit is contained in:
Andrej730
2024-09-13 16:53:07 +05:00
parent 8061e22480
commit b8aefe7df0
@@ -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