We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8f23 commit fa5019dCopy full SHA for fa5019d
accounts/keystore/keystore_test.go
@@ -343,7 +343,7 @@ func TestWalletNotifications(t *testing.T) {
343
checkEvents(t, wantEvents, events)
344
}
345
346
-// TestImportExport tests the import functionality of a keystore.
+// TestImportECDSA tests the import functionality of a keystore.
347
func TestImportECDSA(t *testing.T) {
348
t.Parallel()
349
_, ks := tmpKeyStore(t)
@@ -362,7 +362,7 @@ func TestImportECDSA(t *testing.T) {
362
363
364
365
-// TestImportECDSA tests the import and export functionality of a keystore.
+// TestImportExport tests the import and export functionality of a keystore.
366
func TestImportExport(t *testing.T) {
367
368
0 commit comments