We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a6eb7 commit 8e741f6Copy full SHA for 8e741f6
PROFiLiX.Common.Tests/AppConfig/AppConfigTests.cs
@@ -43,7 +43,7 @@ public void AppConfig_WithValidPropertyValues_ShouldSucceed()
43
};
44
45
// Assert
46
- Assert.That(ac.AppRegistryKey, Is.EqualTo("Software\\EUCProfileBuddy"));
+ Assert.That(ac.AppRegistryKey, Is.EqualTo("Software\\PROFiLiX"));
47
Assert.That(ac.LogLevel, Is.EqualTo("Info"));
48
Assert.That(ac.LoggingServerUri, Is.EqualTo("localhost"));
49
Assert.That(ac.LoggingServerPort, Is.EqualTo("5120"));
0 commit comments