Update gui options file format to macth others

This commit is contained in:
Veronica Berglyd Olsen
2023-06-13 17:31:40 +02:00
parent 0003f8c24d
commit 8d38f27eee
3 changed files with 42 additions and 36 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ def testCoreOptions_LoadSave(monkeypatch, mockGUI, fncPath):
assert theOpts.loadSettings()
# Check that unwanted items have been removed
assert theOpts._theState == {
assert theOpts._state == {
"GuiProjectSettings": {
"winWidth": 570,
"winHeight": 375,
@@ -88,7 +88,7 @@ def testCoreOptions_LoadSave(monkeypatch, mockGUI, fncPath):
# Load again to check we get the values back
assert theOpts.loadSettings()
assert theOpts._theState == {
assert theOpts._state == {
"GuiProjectSettings": {
"winWidth": 570,
"winHeight": 375,