From 06ddd44eb625f987c85e78ac033f29356e972c79 Mon Sep 17 00:00:00 2001 From: Tig Date: Sat, 23 Nov 2024 15:33:47 -0700 Subject: [PATCH] Unit tests bugs --- UnitTests/Configuration/SettingsScopeTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnitTests/Configuration/SettingsScopeTests.cs b/UnitTests/Configuration/SettingsScopeTests.cs index 746bfba6c..13e333a0c 100644 --- a/UnitTests/Configuration/SettingsScopeTests.cs +++ b/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);