diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/block_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/block_test.go b/tests/block_test.go index b5724a1e1..0ba0aefa2 100644 --- a/tests/block_test.go +++ b/tests/block_test.go @@ -99,7 +99,7 @@ func runBlockTest(name string, test *BlockTest, t *testing.T) { } func testEthConfig() *eth.Config { - ks := crypto.NewKeyStorePassphrase(filepath.Join(common.DefaultDataDir(), "keys")) + ks := crypto.NewKeyStorePassphrase(filepath.Join(common.DefaultDataDir(), "keystore")) return ð.Config{ DataDir: common.DefaultDataDir(), |