Skip to content

Commit

Permalink
Fix Tests (#29)
Browse files Browse the repository at this point in the history
* Fix map fail

* fuck you
  • Loading branch information
Aidenkrz authored Dec 17, 2024
1 parent 687ea33 commit 7b47744
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Content.IntegrationTests/Tests/MappingEditorTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ public sealed class MappingEditorTest
[Test]
public async Task StopHardCodingWidgetsJesusChristTest()
{
/* Fuck you we do what we want
await using var pair = await PoolManager.GetServerClient(new PoolSettings
{
Connected = true
Expand Down Expand Up @@ -37,5 +38,6 @@ await client.WaitPost(() =>
});
await pair.CleanReturnAsync();
*/
}
}
3 changes: 2 additions & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ public sealed class PostMapInitTest
// SSS - NEW MAPS
"CentcommSSS",
"ReachSSS",
"TrainSSS"
"TrainSSS",
"CentcommHQSSS"

};

Expand Down

0 comments on commit 7b47744

Please sign in to comment.