Change default test pooling options. (#18732)
This commit is contained in:
@@ -12,7 +12,7 @@ public sealed class NPCTest
|
||||
[Test]
|
||||
public async Task CompoundRecursion()
|
||||
{
|
||||
var pool = await PoolManager.GetServerClient(new PoolSettings() { NoClient = true });
|
||||
var pool = await PoolManager.GetServerClient();
|
||||
var server = pool.Pair.Server;
|
||||
|
||||
await server.WaitIdleAsync();
|
||||
|
||||
Reference in New Issue
Block a user