Browse Source

Unit tests bugs

Tig 8 months ago
parent
commit
06ddd44eb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      UnitTests/Configuration/SettingsScopeTests.cs

+ 1 - 1
UnitTests/Configuration/SettingsScopeTests.cs

@@ -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);