mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
fix redeclarations in tests
This commit is contained in:
@@ -60,5 +60,5 @@ class TestEditContext(test.bootstrap.IFC4):
|
||||
assert subcontext.UserDefinedTargetView == "UserDefinedTargetView"
|
||||
|
||||
|
||||
class TestEditContext(test.bootstrap.IFC2X3, TestEditContext):
|
||||
class TestEditContextIFC2X3(test.bootstrap.IFC2X3, TestEditContext):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user