mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-19 11:41:30 +00:00
Fix unit tests breaking due to config changes
This commit is contained in:
parent
177befde91
commit
cbe8fbc2b4
3 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,7 @@ namespace LBPUnion.ProjectLighthouse.Tests
|
|||
{
|
||||
public DatabaseFact()
|
||||
{
|
||||
ServerSettings.Instance = new ServerSettings();
|
||||
ServerSettings.Instance.DbConnectionString = "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse";
|
||||
if (!ServerStatics.DbConnected)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue