mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
next batch of test cleanup (#2004)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user