mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Unit tests bugs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user