Always save project when closing

This commit is contained in:
Veronica Berglyd Olsen
2022-11-12 18:59:09 +01:00
parent 9b6ba891a4
commit d93b3aa79f
3 changed files with 14 additions and 28 deletions
-2
View File
@@ -516,11 +516,9 @@ def testCoreProject_Methods(monkeypatch, mockGUI, fncPath, mockRnd):
# Spell check
theProject.setProjectChanged(False)
theProject._projAltered = False
theProject.data.setSpellCheck(True)
theProject.data.setSpellCheck(False)
assert theProject.projChanged is True
assert theProject.projAltered is True
assert theProject.projOpened > 0
# Spell language