mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 16:39:21 +01:00
Merge fixes
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user