From 2c7720befe6ad2bc1798f49bca8aa8f14dab269b Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Mon, 21 Jun 2021 10:50:21 +0200 Subject: [PATCH] Fix missing await in ConstantsTest.TotalGasesTest --- Content.IntegrationTests/Tests/Atmos/ConstantsTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();