Simplify a new expression

This commit is contained in:
Dominion
2023-06-13 19:40:43 -04:00
parent c5d9122f20
commit d9110cefbe
@@ -15,7 +15,7 @@ namespace Tgstation.Server.Api.Tests
[TestClass]
public sealed class TestApiHeaders
{
readonly ProductHeaderValue productHeaderValue = new ProductHeaderValue("Tgstation.Server.Api.Tests", "1.0.0");
readonly ProductHeaderValue productHeaderValue = new ("Tgstation.Server.Api.Tests", "1.0.0");
[TestMethod]
public void TestConstruction()