From fec05ff3531a475e78fe1c518a26e71537180e76 Mon Sep 17 00:00:00 2001 From: Clint Rutkas Date: Wed, 18 Nov 2020 09:13:03 -0800 Subject: [PATCH] Update General.cs --- .../ViewModelTests/General.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/ViewModelTests/General.cs b/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/ViewModelTests/General.cs index 88c86ec81f..a3af726f01 100644 --- a/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/ViewModelTests/General.cs +++ b/src/core/Microsoft.PowerToys.Settings.UI.UnitTests/ViewModelTests/General.cs @@ -16,7 +16,7 @@ namespace ViewModelTests [TestClass] public class General { - public const string GeneralSettingsFileName = "Test\\GenealSettings"; + public const string GeneralSettingsFileName = "Test\\GeneralSettings"; private Mock mockGeneralSettingsUtils;