mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
aaaand format the code
This commit is contained in:
@@ -47,7 +47,7 @@ namespace Octokit.Tests.Exceptions
|
||||
{"X-RateLimit-Reset", "XXXX"}
|
||||
};
|
||||
var response = new Response(HttpStatusCode.Forbidden, null, headers, "application/json");
|
||||
|
||||
|
||||
var exception = new RateLimitExceededException(response);
|
||||
|
||||
Assert.Equal(HttpStatusCode.Forbidden, exception.StatusCode);
|
||||
|
||||
Reference in New Issue
Block a user