Remove obsolete TestPair.Pair (#19496)
This commit is contained in:
@@ -37,8 +37,8 @@ namespace Content.IntegrationTests.Tests.GameObjects.Components.ActionBlocking
|
||||
[Test]
|
||||
public async Task Test()
|
||||
{
|
||||
await using var pairTracker = await PoolManager.GetServerClient();
|
||||
var server = pairTracker.Pair.Server;
|
||||
await using var pair = await PoolManager.GetServerClient();
|
||||
var server = pair.Server;
|
||||
|
||||
EntityUid human;
|
||||
EntityUid otherHuman;
|
||||
@@ -98,7 +98,7 @@ namespace Content.IntegrationTests.Tests.GameObjects.Components.ActionBlocking
|
||||
Assert.That(cuffed.CuffedHandCount, Is.EqualTo(4), "Player doesn't have correct amount of hands cuffed");
|
||||
});
|
||||
|
||||
await pairTracker.CleanReturnAsync();
|
||||
await pair.CleanReturnAsync();
|
||||
}
|
||||
|
||||
private static void AddHand(EntityUid to, IServerConsoleHost host)
|
||||
|
||||
Reference in New Issue
Block a user