Fix SpawnAndDeleteEntityCountTest heisentest (#21975)

This commit is contained in:
metalgearsloth
2023-11-30 22:08:08 +11:00
committed by GitHub
parent af1130e917
commit 30f4a3ca6d
3 changed files with 20 additions and 7 deletions

View File

@@ -140,7 +140,7 @@ public abstract partial class InteractionTest
[SetUp]
public virtual async Task Setup()
{
Pair = await PoolManager.GetServerClient(new PoolSettings { Connected = true });
Pair = await PoolManager.GetServerClient(new PoolSettings { Connected = true, Dirty = true});
// server dependencies
SEntMan = Server.ResolveDependency<IEntityManager>();