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