Remove obsolete TestPair.Pair (#19496)

This commit is contained in:
Visne
2023-08-25 02:56:51 +02:00
committed by GitHub
parent e1639b05b5
commit 3c667b6f7e
101 changed files with 717 additions and 727 deletions

View File

@@ -13,7 +13,7 @@ public sealed class NPCTest
public async Task CompoundRecursion()
{
var pool = await PoolManager.GetServerClient();
var server = pool.Pair.Server;
var server = pool.Server;
await server.WaitIdleAsync();