mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-03-30 15:08:28 +00:00

Fixes the following errors: ``` 2) orbit-db - Create & Open (js-ipfs) Create Success saves database manifest file locally: TypeError [ERR_MISSING_ARGS]: The "actual" and "expected" arguments must be specified at Function.notEqual (assert.js:418:11) at Context.<anonymous> (test/create-open.test.js:145:18) 3) orbit-db - Create & Open (go-ipfs) Create Success saves database manifest file locally: TypeError [ERR_MISSING_ARGS]: The "actual" and "expected" arguments must be specified at Function.notEqual (assert.js:418:11) at Context.<anonymous> (test/create-open.test.js:145:18) at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) ```