From 304ec2c8b351e1ed337f1796c1f22474a04c72dd Mon Sep 17 00:00:00 2001 From: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Date: Sat, 11 Mar 2023 14:01:44 +1100 Subject: [PATCH] Cleanreturn materialtest (#14582) --- Content.IntegrationTests/Tests/Materials/MaterialTests.cs | 2 ++ 1 file changed, 2 insertions(+) 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(); } } } -- 2.52.0