add teardown

This commit is contained in:
David Dias 2015-09-25 12:26:19 +01:00
parent fa3f6f443e
commit a170607acb

View File

@ -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()
})
})
})