Update General.cs

This commit is contained in:
Clint Rutkas 2020-11-18 09:13:03 -08:00 committed by GitHub
parent fe351fbfda
commit fec05ff353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ namespace ViewModelTests
[TestClass]
public class General
{
public const string GeneralSettingsFileName = "Test\\GenealSettings";
public const string GeneralSettingsFileName = "Test\\GeneralSettings";
private Mock<ISettingsUtils> mockGeneralSettingsUtils;