mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 14:52:35 +02:00
Fix IoCManager_Test
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user