mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 05:52:33 +00:00
Fix #6094. Fix failing core tests.
This commit is contained in:
@@ -43,6 +43,7 @@ class TestEnableEditingLibraryReferences:
|
||||
class TestDisableEditingLibraryReferences:
|
||||
def test_run(self, library):
|
||||
library.clear_editing_mode().should_be_called()
|
||||
library.set_active_library(None).should_be_called()
|
||||
subject.disable_editing_library_references(library)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user