From 7b7f81bc7858003bbb99216a6aa6694e40040542 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Sat, 7 Oct 2017 00:12:45 +0200 Subject: [PATCH] accounts/keystore: fix find/replace typo --- accounts/keystore/account_cache_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/accounts/keystore/account_cache_test.go b/accounts/keystore/account_cache_test.go index 746d1f15e0..e3dc310656 100644 --- a/accounts/keystore/account_cache_test.go +++ b/accounts/keystore/account_cache_test.go @@ -57,11 +57,11 @@ func TestWatchNewFile(t *testing.T) { dir, ks := tmpKeyStore(t, false) defer os.RemoveAll(dir) - // Ensure the watcher is started before adding any all. + // Ensure the watcher is started before adding any files. ks.Accounts() time.Sleep(200 * time.Millisecond) - // Move in the all. + // Move in the files. wantAccounts := make([]accounts.Account, len(cachetestAccounts)) for i := range cachetestAccounts { wantAccounts[i] = accounts.Account{