]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Cleanreturn materialtest (#14582)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Sat, 11 Mar 2023 03:01:44 +0000 (14:01 +1100)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2023 03:01:44 +0000 (14:01 +1100)
Content.IntegrationTests/Tests/Materials/MaterialTests.cs

index 5aed09c6e1c41a099c42f14a8ac6a92414c557b7..b0a96a98cd8af33ff7fd48bc374054502c554478 100644 (file)
@@ -63,6 +63,8 @@ namespace Content.IntegrationTests.Tests.Materials
 
                 mapManager.DeleteMap(testMap.MapId);
             });
+
+            await pairTracker.CleanReturnAsync();
         }
     }
 }