next batch of test cleanup (#2004)

This commit is contained in:
Brendan Forster
2019-09-20 10:41:04 -03:00
committed by GitHub
parent 89423fd69a
commit eb65e090ca
9 changed files with 13 additions and 19 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ namespace Octokit.Tests.Http
var response = await adapter.SendAsync(httpRequestMessage, new CancellationToken());
Assert.Equal(response.StatusCode, HttpStatusCode.OK);
Assert.Same(response.RequestMessage, httpRequestMessage);
Assert.Equal(HttpStatusCode.OK, response.StatusCode);
Assert.Same(httpRequestMessage, response.RequestMessage);
}
[Theory]