We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9b800 commit 6ea34beCopy full SHA for 6ea34be
dotnet/test/DotNetUnitTest/Domain/GxHttpClientTest.cs
@@ -27,7 +27,6 @@ public void AddHeaderWithSpecialCharactersDoesNotThrowException()
27
httpclient.Execute("GET", string.Empty);
28
Assert.NotEqual(((int)HttpStatusCode.InternalServerError), httpclient.StatusCode);
29
}
30
-
31
32
33
[Fact]
0 commit comments