Skip to content

Commit 452c8f7

Browse files
crazeteamjorgemmsilva
authored andcommitted
accounts/keystore: fix typos in comments (ethereum#29336)
1 parent 4449304 commit 452c8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

accounts/keystore/keystore_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ func TestWalletNotifications(t *testing.T) {
343343
checkEvents(t, wantEvents, events)
344344
}
345345

346-
// TestImportExport tests the import functionality of a keystore.
346+
// TestImportECDSA tests the import functionality of a keystore.
347347
func TestImportECDSA(t *testing.T) {
348348
t.Parallel()
349349
_, ks := tmpKeyStore(t)
@@ -362,7 +362,7 @@ func TestImportECDSA(t *testing.T) {
362362
}
363363
}
364364

365-
// TestImportECDSA tests the import and export functionality of a keystore.
365+
// TestImportExport tests the import and export functionality of a keystore.
366366
func TestImportExport(t *testing.T) {
367367
t.Parallel()
368368
_, ks := tmpKeyStore(t)

0 commit comments

Comments
 (0)