diff --git a/test/bitswap.spec.js b/test/bitswap.spec.js index 2a69a1b06..b878cf67c 100644 --- a/test/bitswap.spec.js +++ b/test/bitswap.spec.js @@ -33,7 +33,7 @@ describe('.bitswap', function () { ipfs.bitswap.wantlist((err, res) => { expect(err).to.not.exist() expect(res).to.have.to.eql({ - Keys: null + Keys: [] }) done() })