Skip to content

Commit

Permalink
remove comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikocot committed Sep 9, 2022
1 parent af0c254 commit eeac8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ReCaptcha.Tests/Services/RecaptchaServiceTests.cs
Expand Up @@ -173,7 +173,7 @@ public void ValidateRecaptchaResponse_ShouldThrowAnyOtherThan_HttpRequestExcepti
// Act


// Assert6
// Assert
Assert.ThrowsAsync<Exception>(() => service.ValidateRecaptchaResponse(Token));
_httpMessageHandlerMock.Verify();
}
Expand Down

0 comments on commit eeac8bc

Please sign in to comment.