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
@@ -10,7 +10,7 @@ namespace Tgstation.Server.Client.Tests
[TestMethod]
public void TestConstruction()
{
Assert.ThrowsException<ArgumentNullException>(() => new RestServerClientFactory(null));
Assert.ThrowsExactly<ArgumentNullException>(() => new RestServerClientFactory(null));
new RestServerClientFactory(new ProductHeaderValue("Tgstation.Server.Client.Tests", GetType().Assembly.GetName().Version.ToString()));
}
}