8 lines
192 B
C#
8 lines
192 B
C#
|
|
namespace LANCommander.Server.UI.Tests;
|
||
|
|
|
||
|
|
public static class TestConstants
|
||
|
|
{
|
||
|
|
public const string AdminUserName = "admin";
|
||
|
|
public const string AdminPassword = "Password1234!";
|
||
|
|
}
|