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();