Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3ce8a commit 5e37a54Copy full SHA for 5e37a54
test/bitswap.spec.js
@@ -33,7 +33,7 @@ describe('.bitswap', function () {
33
ipfs.bitswap.wantlist((err, res) => {
34
expect(err).to.not.exist()
35
expect(res).to.have.to.eql({
36
- Keys: null
+ Keys: []
37
})
38
done()
39
0 commit comments