LANCommander/LANCommander.Server.Tests/TestConstants.cs

8 lines
237 B
C#
Raw Permalink Normal View History

namespace LANCommander.Server.Tests;
public class TestConstants
{
public const string AdminUserName = "admin";
public const string AdminInitialPassword = "Password1234";
public const string AdminPassword = "Password1234!";
}