Fix tests

Woops
This commit is contained in:
metalgearsloth
2021-08-09 19:42:34 +10:00
parent ac46a7845d
commit d12a238ecc
6 changed files with 24 additions and 18 deletions

View File

@@ -31,10 +31,6 @@ namespace Robust.UnitTesting.Shared.GameObjects.Systems
{
var sim = RobustServerSimulation
.NewSimulation()
.RegisterComponents(factory =>
{
factory.RegisterClass<ContainerManagerComponent>();
})
.RegisterPrototypes(f=>
{
f.LoadString(Prototypes);