From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 11 Mar 2023 03:01:44 +0000 (+1100) Subject: Cleanreturn materialtest (#14582) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=304ec2c8b351e1ed337f1796c1f22474a04c72dd;p=space-station-14.git Cleanreturn materialtest (#14582) --- diff --git a/Content.IntegrationTests/Tests/Materials/MaterialTests.cs b/Content.IntegrationTests/Tests/Materials/MaterialTests.cs index 5aed09c6e1..b0a96a98cd 100644 --- a/Content.IntegrationTests/Tests/Materials/MaterialTests.cs +++ b/Content.IntegrationTests/Tests/Materials/MaterialTests.cs @@ -63,6 +63,8 @@ namespace Content.IntegrationTests.Tests.Materials mapManager.DeleteMap(testMap.MapId); }); + + await pairTracker.CleanReturnAsync(); } } }