Fix #6094. Fix failing core tests.

This commit is contained in:
Dion Moult
2025-02-04 13:36:28 +11:00
parent a35ef32ee6
commit 0c41f0c32c
7 changed files with 83 additions and 53 deletions
+1
View File
@@ -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)