mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-18 03:23:07 +01:00
Merge branch 'master' into dev
This commit is contained in:
@@ -43,11 +43,7 @@ namespace Tgstation.Server.Host.Service.Tests
|
||||
using (var service = new ServerService(mockWatchdogFactory.Object, mockLoggerFactory, default))
|
||||
{
|
||||
onStart.Invoke(service, new object[] { args });
|
||||
|
||||
Assert.IsFalse(cancellationToken.IsCancellationRequested);
|
||||
|
||||
onStop.Invoke(service, Array.Empty<object>());
|
||||
Assert.IsTrue(cancellationToken.IsCancellationRequested);
|
||||
mockWatchdog.VerifyAll();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user