diff --git a/test/create-open.test.js b/test/create-open.test.js index 9339fa1..c529e8d 100644 --- a/test/create-open.test.js +++ b/test/create-open.test.js @@ -134,7 +134,7 @@ Object.keys(testAPIs).forEach(API => { it('saves database manifest file locally', async () => { const manifest = await io.read(ipfs, db.address.root) - assert.notEqual(manifest, ) + assert(manifest) assert.equal(manifest.name, 'second') assert.equal(manifest.type, 'feed') assert.notEqual(manifest.accessController, null)