Skip to content

Commit fa5019d

Browse files
authored
accounts/keystore: fix typos in comments (#29336)
1 parent 8bb8f23 commit fa5019d

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)