Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit df01cc5

Browse files
richardschneiderdaviddias
authored andcommitted
fix: bootstrap add test
1 parent 53b1fd9 commit df01cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/bootstrap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = (common) => {
5656
})
5757

5858
it('returns a list of bootstrap peers when called with the default option', (done) => {
59-
ipfs.bootstrap.add({ default: true }, (err, res) => {
59+
ipfs.bootstrap.add(null, { default: true }, (err, res) => {
6060
expect(err).to.not.exist()
6161
peers = res.Peers
6262
expect(peers).to.exist()

0 commit comments

Comments
 (0)