Fixed broken tests
This commit is contained in:
@@ -93,6 +93,7 @@ public class ClientServerTests : IDisposable
|
||||
|
||||
currentServer = new GameServer(
|
||||
name: ServerName,
|
||||
listenIp: null,
|
||||
port: NetConfig.DefaultPort,
|
||||
queryPort: NetConfig.DefaultQueryPort,
|
||||
maxPlayers: 1,
|
||||
@@ -126,4 +127,4 @@ public class ClientServerTests : IDisposable
|
||||
OnTestsFinished();
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user