mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix a bunch of tests
This commit is contained in:
@@ -17,6 +17,9 @@ namespace Robust.UnitTesting.Shared.Map
|
||||
[OneTimeSetUp]
|
||||
public void OneTimeSetup()
|
||||
{
|
||||
var compMan = IoCManager.Resolve<IComponentManager>();
|
||||
compMan.Initialize();
|
||||
|
||||
var mapMan = IoCManager.Resolve<IMapManager>();
|
||||
mapMan.Initialize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user