Change RestartRoundTest to also startup a client (#2683)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.IntegrationTests.Tests.Commands
|
|||||||
[TestCase(false)]
|
[TestCase(false)]
|
||||||
public async Task RestartRoundAfterStart(bool lobbyEnabled)
|
public async Task RestartRoundAfterStart(bool lobbyEnabled)
|
||||||
{
|
{
|
||||||
var server = StartServer();
|
var (_, server) = await StartConnectedServerClientPair();
|
||||||
|
|
||||||
await server.WaitIdleAsync();
|
await server.WaitIdleAsync();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user