Change RestartRoundTest to also startup a client (#2683)

This commit is contained in:
DrSmugleaf
2020-12-03 01:52:34 +01:00
committed by GitHub
parent cc61f49de3
commit a48a0ba4f3

View File

@@ -18,7 +18,7 @@ namespace Content.IntegrationTests.Tests.Commands
[TestCase(false)]
public async Task RestartRoundAfterStart(bool lobbyEnabled)
{
var server = StartServer();
var (_, server) = await StartConnectedServerClientPair();
await server.WaitIdleAsync();