Fixes configurations (#130)
This commit is contained in:
parent
cf8620d558
commit
11227391d3
10 changed files with 34 additions and 16 deletions
|
|
@ -9,6 +9,9 @@ namespace Server.Tests
|
|||
|
||||
public ServerFixture()
|
||||
{
|
||||
// Load Configurations
|
||||
ServerConfiguration.Load(true);
|
||||
|
||||
// Configure / Initialize
|
||||
MapDefinitions.Configure();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue