Fix IoCManager_Test

This commit is contained in:
Pieter-Jan Briers
2019-05-08 22:33:22 +02:00
parent 6a9dac1b4e
commit d6f288b667
@@ -12,6 +12,12 @@ namespace Robust.UnitTesting.Shared.IoC
[TestFixture, TestOf(typeof(IoCManager))]
public class IoCManager_Test
{
[OneTimeSetUp]
public void OneTimeSetup()
{
IoCManager.InitThread();
}
[SetUp]
public void TestSetup()
{