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

Commit c804464

Browse files
committed
test: fix ping test, ping can fail after having one response and that is ok (aka we really need a new http-api)
1 parent fdb4998 commit c804464

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

js/src/ping/ping.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ module.exports = (createCommon, options) => {
6666
const count = 2
6767
ipfsA.ping(invalidPeerId, { count }, (err, responses) => {
6868
expect(err).to.exist()
69-
expect(responses).to.not.exist()
7069
done()
7170
})
7271
})

0 commit comments

Comments
 (0)