Remove obsolete PoolManager methods (#19499)

This commit is contained in:
Visne
2023-08-25 04:13:11 +02:00
committed by GitHub
parent 11a57be230
commit 9bd30d57ad
45 changed files with 108 additions and 134 deletions

View File

@@ -193,7 +193,7 @@ namespace Content.IntegrationTests.Tests
VendingMachineRestockComponent restockWrongComponent = default!;
WiresPanelComponent machineWiresPanel = default!;
var testMap = await PoolManager.CreateTestMap(pair);
var testMap = await pair.CreateTestMap();
await server.WaitAssertion(() =>
{
@@ -273,7 +273,7 @@ namespace Content.IntegrationTests.Tests
var damageableSystem = entitySystemManager.GetEntitySystem<DamageableSystem>();
var testMap = await PoolManager.CreateTestMap(pair);
var testMap = await pair.CreateTestMap();
EntityUid restock = default;
@@ -336,7 +336,7 @@ namespace Content.IntegrationTests.Tests
var vendingMachineSystem = entitySystemManager.GetEntitySystem<SharedVendingMachineSystem>();
var testMap = await PoolManager.CreateTestMap(pair);
var testMap = await pair.CreateTestMap();
await server.WaitAssertion(() =>
{