mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-31 17:01:18 +00:00
add teardown
This commit is contained in:
parent
fa3f6f443e
commit
a170607acb
@ -8,7 +8,7 @@ module.exports.all = function (test, common) {
|
|||||||
pr.findPeers(Id.create().toBytes(), function (err, peerQueue) {
|
pr.findPeers(Id.create().toBytes(), function (err, peerQueue) {
|
||||||
t.ifError(err)
|
t.ifError(err)
|
||||||
t.equal(peerQueue.length >= 1, true)
|
t.equal(peerQueue.length >= 1, true)
|
||||||
// common.teardown()
|
common.teardown()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user