Fix missing await in ConstantsTest.TotalGasesTest
This commit is contained in:
@@ -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>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user