mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-15 06:42:25 +02:00
Fix tests
This commit is contained in:
@@ -88,8 +88,7 @@ namespace Robust.UnitTesting
|
||||
var compFactory = IoCManager.Resolve<IComponentFactory>();
|
||||
if (!compFactory.AllRegisteredTypes.Contains(typeof(MetaDataComponent)))
|
||||
{
|
||||
compFactory.Register<MetaDataComponent>();
|
||||
compFactory.RegisterReference<MetaDataComponent, IMetaDataComponent>();
|
||||
compFactory.RegisterClass<MetaDataComponent>();
|
||||
}
|
||||
|
||||
if(entMan.EventBus == null)
|
||||
|
||||
Reference in New Issue
Block a user