Skip to content

Commit

Permalink
chore: typo fixed in TestNewAddress test name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Nov 30, 2023
1 parent ef3aa89 commit 943e50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crypto/crypto_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 943e50e

Please sign in to comment.