fix redeclarations in tests

This commit is contained in:
Andrej730
2024-06-07 16:29:52 +05:00
parent 4078140079
commit f8a5ce34a8
3 changed files with 3 additions and 3 deletions
@@ -37,5 +37,5 @@ class TestRemoveCostSchedule(test.bootstrap.IFC4):
assert not self.file.by_type("IfcRelAssignsToControl")
class TestRemoveCostSchedule(test.bootstrap.IFC2X3, TestRemoveCostSchedule):
class TestRemoveCostScheduleIFC2X3(test.bootstrap.IFC2X3, TestRemoveCostSchedule):
pass