Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Sep 17, 2024
1 parent ff783ba commit 54d4beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Robust.UnitTesting/Server/RobustServerSimulation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Reflection;
using JetBrains.Annotations;
using Moq;
using Robust.Client.HWId;
using Robust.Server;
using Robust.Server.Configuration;
using Robust.Server.Console;
Expand Down Expand Up @@ -198,6 +199,7 @@ public ISimulation InitializeInstance()
container.RegisterInstance<ITaskManager>(new Mock<ITaskManager>().Object);
container.Register<HttpClientHolder>();
container.Register<IHttpClientHolder, HttpClientHolder>();
container.Register<IHWId, DummyHWid>();

var realReflection = new ServerReflectionManager();
realReflection.LoadAssemblies(new List<Assembly>(2)
Expand Down

0 comments on commit 54d4beb

Please sign in to comment.