Rename ServerSettings to ServerStatics

This commit is contained in:
jvyden 2021-11-18 23:04:33 -05:00
commit 5de122f1d5
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
8 changed files with 14 additions and 14 deletions

View file

@ -8,8 +8,8 @@ namespace LBPUnion.ProjectLighthouse.Tests
{
public DatabaseFact()
{
ServerSettings.DbConnectionString = "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse";
if (!ServerSettings.DbConnected)
ServerStatics.DbConnectionString = "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse";
if (!ServerStatics.DbConnected)
{
this.Skip = "Database not available";
}