diff --git a/Content.IntegrationTests/Tests/Atmos/ConstantsTest.cs b/Content.IntegrationTests/Tests/Atmos/ConstantsTest.cs index 5f9a2146e9..a2cacb4fd2 100644 --- a/Content.IntegrationTests/Tests/Atmos/ConstantsTest.cs +++ b/Content.IntegrationTests/Tests/Atmos/ConstantsTest.cs @@ -19,7 +19,7 @@ namespace Content.IntegrationTests.Tests.Atmos await server.WaitIdleAsync(); - server.Post(() => + await server.WaitPost(() => { var atmosSystem = EntitySystem.Get();