diff --git a/test/create-open.test.js b/test/create-open.test.js index 52a3de5..cbf85c9 100644 --- a/test/create-open.test.js +++ b/test/create-open.test.js @@ -153,7 +153,7 @@ Object.keys(testAPIs).forEach(API => { it('loads cache from previous version of orbit-db', async () => { const dbName = 'cache-schema-test' - db = await orbitdb.create(dbName, 'keyvalue') + db = await orbitdb.create(dbName, 'keyvalue', { overwrite: true }) const manifestHash = db.address.root const migrationDataPath = path.join(dbPath, manifestHash, dbName)