From 3a6b411714bf59e46a1a0da369b69584e20ee579 Mon Sep 17 00:00:00 2001 From: Jose Torres Date: Tue, 1 Sep 2020 17:09:29 -0500 Subject: [PATCH] Update Test. --- hotp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotp_test.go b/hotp_test.go index d4b6e6d..2eac278 100644 --- a/hotp_test.go +++ b/hotp_test.go @@ -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}