Fix some test issues (#3196)

This commit is contained in:
wrexbe
2022-08-28 14:04:14 -07:00
committed by GitHub
parent 1a8764f54b
commit 1b909f71a1
2 changed files with 2 additions and 6 deletions

View File

@@ -574,6 +574,7 @@ namespace Robust.UnitTesting
var server = Init();
GameLoop.Run();
server.FinishMainLoop();
IoCManager.Clear();
}
catch (Exception e)
{