Mark all tests that restart rounds as dirty (#21376)

This commit is contained in:
DrSmugleaf
2023-11-01 19:56:07 -07:00
committed by GitHub
parent 9374e2b064
commit aa0c3b64ea
5 changed files with 12 additions and 8 deletions

View File

@@ -16,7 +16,8 @@ namespace Content.IntegrationTests.Tests
await using var pair = await PoolManager.GetServerClient(new PoolSettings
{
DummyTicker = false,
Connected = true
Connected = true,
Dirty = true
});
var server = pair.Server;