mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 22:48:20 +01:00
Fix test
This commit is contained in:
@@ -15,7 +15,9 @@ namespace Tgstation.Server.Host.Core.Tests
|
||||
{
|
||||
public Task<bool> 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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user