diff --git a/tests/Tgstation.Server.Host.Tests/Core/TestApplication.cs b/tests/Tgstation.Server.Host.Tests/Core/TestApplication.cs index 319b6d94c8..10e043be13 100644 --- a/tests/Tgstation.Server.Host.Tests/Core/TestApplication.cs +++ b/tests/Tgstation.Server.Host.Tests/Core/TestApplication.cs @@ -15,7 +15,9 @@ namespace Tgstation.Server.Host.Core.Tests { public Task ApplyUpdate(byte[] updateZipData, IIOManager ioManager, CancellationToken cancellationToken) => throw new NotImplementedException(); - public void RegisterForRestart(Action action) => throw new NotImplementedException(); + public void RegisterForRestart(Action action) + { + } public bool Restart() => throw new NotImplementedException();