diff --git a/pkg/crypto/crypto_test.go b/pkg/crypto/crypto_test.go index 529bef754fc..4911be7032f 100644 --- a/pkg/crypto/crypto_test.go +++ b/pkg/crypto/crypto_test.go @@ -61,7 +61,7 @@ func TestGenerateSecp256k1EDG(t *testing.T) { } } -func TestgotAddress(t *testing.T) { +func TestNewAddress(t *testing.T) { t.Parallel() k, err := crypto.GenerateSecp256k1Key()