From 943e50eced5b6ed089ce3e1801dc9978c78cf4d8 Mon Sep 17 00:00:00 2001 From: SAIKAT KARMAKAR Date: Thu, 30 Nov 2023 00:06:04 +0000 Subject: [PATCH] chore: typo fixed in TestNewAddress test name --- pkg/crypto/crypto_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()