From 73383cbf9bae9797478ddcd18b156459b38e48c5 Mon Sep 17 00:00:00 2001 From: haad Date: Fri, 30 Dec 2022 12:36:52 +0200 Subject: [PATCH] Use same directory for test data as other tests --- test/custom-cache.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)