]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Cleanup: Use ``MapSystem.DeleteMap`` instead of ``IMapManager.DeleteMap`` in ``Intera...
authorWinkarst <74284083+Winkarst-cpu@users.noreply.github.com>
Mon, 24 Feb 2025 20:10:59 +0000 (23:10 +0300)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2025 20:10:59 +0000 (21:10 +0100)
Cleanup

Content.IntegrationTests/Tests/Interaction/InteractionTest.cs

index b3d684e01a059511dc2d3546b3714992e698aad2..47a1f748ebd08623c221c7e9d2761c186d1af9ad 100644 (file)
@@ -260,7 +260,7 @@ public abstract partial class InteractionTest
     [TearDown]
     public async Task TearDownInternal()
     {
-        await Server.WaitPost(() => MapMan.DeleteMap(MapId));
+        await Server.WaitPost(() => MapSystem.DeleteMap(MapId));
         await Pair.CleanReturnAsync();
         await TearDown();
     }