Skip to content

Commit

Permalink
tests(SPV-846): fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pawellewandowski98 committed Jul 19, 2024
1 parent cd6f24d commit 0113178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion totp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func TestGenerateTotpForContact(t *testing.T) {
_, err := sut.GenerateTotpForContact(&contact, 30, 2)

// then
require.ErrorContains(t, err, "contact's PubKey is invalid:")
require.ErrorIs(t, err, ErrContactPubKeyInvalid)

})
}
Expand Down

0 comments on commit 0113178

Please sign in to comment.