Maybe fix more mind test failures (#17577)

This commit is contained in:
Leon Friedrich
2023-06-23 12:54:24 +12:00
committed by GitHub
parent 95d6f828e0
commit 878a684260
2 changed files with 5 additions and 4 deletions

View File

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