Merge fixes

This commit is contained in:
Jordan Dominion
2025-08-04 16:23:41 -04:00
parent 75fd5cff9c
commit dabe87da09
185 changed files with 3440 additions and 2155 deletions
@@ -34,7 +34,7 @@ namespace Tgstation.Server.Host.Tests.Signals
Assert.IsFalse(tcs.Task.IsCompleted);
await Assert.ThrowsExceptionAsync<InvalidOperationException>(() => signalHandler.StartAsync(default));
await Assert.ThrowsExactlyAsync<InvalidOperationException>(() => signalHandler.StartAsync(default));
Assert.IsFalse(tcs.Task.IsCompleted);