Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Mar 18, 2024
1 parent a346f2b commit 768beab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/pubkey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ func TestGetEVMAddress(t *testing.T) {
pk, _ := NewPubKey(spk)

_, err := pk.GetEVMAddress()
require.NotNil(t, err)
require.Nil(t, err)
})

t.Run("should error if non bech32", func(t *testing.T) {
Expand Down

0 comments on commit 768beab

Please sign in to comment.