diff --git a/test/key-store.test.js b/test/key-store.test.js index a50f21e..462aa90 100644 --- a/test/key-store.test.js +++ b/test/key-store.test.js @@ -202,7 +202,7 @@ describe('KeyStore', () => { describe('Setting options.path', () => { beforeEach(async () => { await copy(testKeysPath, keysPath) - + const storage = await LevelStorage({ path: keysPath }) await storage.put('private_key3', privateKeyBuffer) await storage.put('public_key3', publicKeyBuffer)