Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vordenburg committed Aug 13, 2023
1 parent e76d037 commit bee00b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Content.IntegrationTests/Tests/Disease/TryAddDisease.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System.Threading.Tasks;
using Content.Server.Disease;
using Content.Shared.Disease;
using NUnit.Framework;
using Robust.Shared.GameObjects;
using Robust.Shared.IoC;
using Robust.Shared.Prototypes;
Expand Down Expand Up @@ -31,5 +29,7 @@ await server.WaitPost(() =>
diseaseSystem.TryAddDisease(sickEntity, diseaseProto);
}
});

await pairTracker.CleanReturnAsync();
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#nullable enable
using System.Collections.Generic;
using NUnit.Framework;
using System.Threading.Tasks;
using Content.Shared.ReverseEngineering;
using Content.Shared.Research.Prototypes;
using Content.Server.ReverseEngineering;
Expand Down Expand Up @@ -66,6 +64,8 @@ await server.WaitAssertion(() =>
}
}
});

await pairTracker.CleanReturnAsync();
}
}
}

0 comments on commit bee00b1

Please sign in to comment.