diff --git a/test/custom-cache.test.js b/test/custom-cache.test.js index 8e37da3..6f999c7 100644 --- a/test/custom-cache.test.js +++ b/test/custom-cache.test.js @@ -27,7 +27,7 @@ Object.keys(testAPIs).forEach(API => { let ipfsd, ipfs, orbitdb1, store before(async () => { - store = await storage.createStore("local") + store = await storage.createStore("orbitdb/test/local") const cache = new CustomCache(store) rmrf.sync(dbPath)