mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
fix redeclarations in tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user