Unit tests bugs

This commit is contained in:
Tig
2024-11-23 15:33:47 -07:00
parent d4d8af17d3
commit 06ddd44eb6

View File

@@ -23,7 +23,7 @@ public class SettingsScopeTests
}
""";
Settings!.Update (json, "test");
Settings!.Update (json, "test", ConfigLocations.Runtime);
// assert
Assert.Equal (Key.Q.WithCtrl, (Key)Settings ["Application.QuitKey"].PropertyValue);