Skip to content

Commit

Permalink
Update Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jltorresm committed Sep 1, 2020
1 parent b191df3 commit 3a6b411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotp_test.go
Expand Up @@ -166,7 +166,7 @@ func testHOTPValidateSuccess(t *testing.T) {
func testHOTPValidateFailure(t *testing.T) {
t.Parallel()

invalidOTP := "111111"
invalidOTP := "1111111"

h := &HOTP{Key: "73QK7D3A3PIZ6NUQQBF4BNFYQBRVUHUQ", Length: Length8}

Expand Down

0 comments on commit 3a6b411

Please sign in to comment.