mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 09:22:25 +00:00
Misspelling Attepmts -> Attempts was fixed.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Octokit.Tests.Exceptions
|
||||
public class TheConstructor
|
||||
{
|
||||
[Fact]
|
||||
public void IdentifiesMaxLoginAttepmtsExceededReason()
|
||||
public void IdentifiesMaxLoginAttemptsExceededReason()
|
||||
{
|
||||
const string responseBody = "{\"message\":\"YOU SHALL NOT PASS!\"," +
|
||||
"\"documentation_url\":\"http://developer.github.com/v3\"}";
|
||||
|
||||
Reference in New Issue
Block a user