Ensure client/server in SharedGasSpecificHeatsTest.cs are idle (#43174)

* ensure client/server in SharedGasSpecificHeatsTest.cs are idle

* a little off the top
This commit is contained in:
ArtisticRoomba
2026-05-20 09:56:54 -07:00
committed by GitHub
parent b1df92145a
commit 47d552f745
@@ -44,6 +44,9 @@ public sealed class SharedGasSpecificHeatsTest
_sAtmos = _sEntMan.System<Content.Server.Atmos.EntitySystems.AtmosphereSystem>();
_cAtmos = _cEntMan.System<AtmosphereSystem>();
// ensure that client and server atmos are fully inited otherwise arrays might not agree
await _pair.ReallyBeIdle(1);
}
[TearDown]