Skip to content

Commit

Permalink
feat(BUX-400): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadiuszos4chain committed Apr 4, 2024
1 parent e72d1e3 commit addb240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions totp/totp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit addb240

Please sign in to comment.