Purge IoC resolves from integration tests (#17185)
This commit is contained in:
@@ -105,7 +105,7 @@ namespace Content.IntegrationTests.Tests.Damageable
|
||||
var coordinates = new MapCoordinates(0, 0, map);
|
||||
|
||||
sDamageableEntity = sEntityManager.SpawnEntity("TestDamageableEntityId", coordinates);
|
||||
sDamageableComponent = IoCManager.Resolve<IEntityManager>().GetComponent<DamageableComponent>(sDamageableEntity);
|
||||
sDamageableComponent = sEntityManager.GetComponent<DamageableComponent>(sDamageableEntity);
|
||||
sDamageableSystem = sEntitySystemManager.GetEntitySystem<DamageableSystem>();
|
||||
|
||||
group1 = sPrototypeManager.Index<DamageGroupPrototype>("TestGroup1");
|
||||
|
||||
Reference in New Issue
Block a user