diff --git a/totp/totp_test.go b/totp/totp_test.go index 1dbefe0..1f6827d 100644 --- a/totp/totp_test.go +++ b/totp/totp_test.go @@ -65,6 +65,7 @@ func TestTotpService(t *testing.T) { sut := &Service{ Digits: 2, + Period: givenSeconds, } a_passcode, err := sut.GenarateTotp(a_xpriv, b_xpub) require.NoError(t, err)