Fix missing await in ConstantsTest.TotalGasesTest

This commit is contained in:
DrSmugleaf
2021-06-21 10:50:21 +02:00
parent 4dc871b2be
commit 2c7720befe

View File

@@ -19,7 +19,7 @@ namespace Content.IntegrationTests.Tests.Atmos
await server.WaitIdleAsync(); await server.WaitIdleAsync();
server.Post(() => await server.WaitPost(() =>
{ {
var atmosSystem = EntitySystem.Get<AtmosphereSystem>(); var atmosSystem = EntitySystem.Get<AtmosphereSystem>();