Skip to content

Commit 8e741f6

Browse files
committed
Update AppConfigTests.cs
1 parent a2a6eb7 commit 8e741f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PROFiLiX.Common.Tests/AppConfig/AppConfigTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void AppConfig_WithValidPropertyValues_ShouldSucceed()
4343
};
4444

4545
// Assert
46-
Assert.That(ac.AppRegistryKey, Is.EqualTo("Software\\EUCProfileBuddy"));
46+
Assert.That(ac.AppRegistryKey, Is.EqualTo("Software\\PROFiLiX"));
4747
Assert.That(ac.LogLevel, Is.EqualTo("Info"));
4848
Assert.That(ac.LoggingServerUri, Is.EqualTo("localhost"));
4949
Assert.That(ac.LoggingServerPort, Is.EqualTo("5120"));

0 commit comments

Comments
 (0)