Fix typos in test code (#14991)

* Update keymanager_test.go

* Update fork_test.go

* Update README.md

* Update README.md
This commit is contained in:
kilavvy
2025-04-01 20:31:59 +02:00
committed by GitHub
parent 340935af9c
commit c1fc812a38
3 changed files with 12 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ const (
// We test that using a '25th word' mnemonic passphrase leads to different
// public keys derived than not specifying the passphrase.
func TestDerivedKeymanager_MnemnonicPassphrase_DifferentResults(t *testing.T) {
func TestDerivedKeymanager_MnemonicPassphrase_DifferentResults(t *testing.T) {
ctx := context.Background()
wallet := &mock.Wallet{
Files: make(map[string]map[string][]byte),