From 768beabbbbdfb593c44a560278b8f570103d75d3 Mon Sep 17 00:00:00 2001 From: skosito Date: Mon, 18 Mar 2024 16:27:05 +0100 Subject: [PATCH] Fix test --- common/pubkey_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/pubkey_test.go b/common/pubkey_test.go index 406bb53f09..225d7286bb 100644 --- a/common/pubkey_test.go +++ b/common/pubkey_test.go @@ -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) {