mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-19 03:53:02 +01:00
Most minor of code cleanups
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Tgstation.Server.Host.Tests.Signals
|
||||
var tcs = new TaskCompletionSource();
|
||||
mockServerControl
|
||||
.Setup(x => x.GracefulShutdown(It.IsAny<bool>()))
|
||||
.Callback(() => tcs.SetResult())
|
||||
.Callback(tcs.SetResult)
|
||||
.Returns(ValueTask.CompletedTask);
|
||||
|
||||
var mockAsyncDelayer = new Mock<IAsyncDelayer>();
|
||||
|
||||
Reference in New Issue
Block a user