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

Commit a0c1e6a

Browse files
author
Pedro Santos
committed
chore: uncomment bootstrap rm test assertion
The assertion was commented out temporarly due to bootstrap.rm bug that was fixed here ipfs/js-ipfs#2626
1 parent 514ffed commit a0c1e6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/rm.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ module.exports = (createCommon, options) => {
5252
const rmRes = await ipfs.bootstrap.rm(null, { all: true })
5353
const removedPeers = rmRes.Peers
5454

55-
// TODO: fix bootstrap.rm as it's not returning all the nodes when all option is passed
56-
// expect(removedPeers).to.eql(addedPeers)
55+
expect(removedPeers).to.eql(addedPeers)
5756
})
5857
})
5958
}

0 commit comments

Comments
 (0)