From a48a0ba4f38fd38510f922f2a1475009e69225eb Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 3 Dec 2020 01:52:34 +0100 Subject: [PATCH] Change RestartRoundTest to also startup a client (#2683) --- Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs b/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs index aa9c2cdc54..4a69d5751b 100644 --- a/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs +++ b/Content.IntegrationTests/Tests/Commands/RestartRoundTest.cs @@ -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();