Change default test pooling options. (#18732)

This commit is contained in:
Leon Friedrich
2023-08-06 14:30:28 +12:00
committed by GitHub
parent ccb63cb3f2
commit 9c84108672
94 changed files with 385 additions and 492 deletions

View File

@@ -21,7 +21,7 @@ public sealed class DockTest : ContentUnitTest
[TestCaseSource(nameof(TestSource))]
public async Task TestDockingConfig(Vector2 dock1Pos, Vector2 dock2Pos, Angle dock1Angle, Angle dock2Angle, bool result)
{
await using var pair = await PoolManager.GetServerClient(new PoolSettings() { NoClient = true });
await using var pair = await PoolManager.GetServerClient();
var server = pair.Pair.Server;
var map = await PoolManager.CreateTestMap(pair);