Remove prototype ignore lists from some tests (#19366)

This commit is contained in:
Leon Friedrich
2023-08-22 16:08:12 +12:00
committed by GitHub
parent 82d39edad8
commit 1ec014cf39
6 changed files with 14 additions and 27 deletions

View File

@@ -71,7 +71,7 @@ public sealed partial class MindTests
[Test]
public async Task TestGhostOnDeleteMap()
{
await using var pairTracker = await SetupPair();
await using var pairTracker = await SetupPair(dirty: true);
var server = pairTracker.Pair.Server;
var testMap = await PoolManager.CreateTestMap(pairTracker);
var coordinates = testMap.GridCoords;