Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/download-dht-torrent.js')
-rw-r--r--test/node/download-dht-torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/download-dht-torrent.js b/test/node/download-dht-torrent.js
index fc918bd..b6262c3 100644
--- a/test/node/download-dht-torrent.js
+++ b/test/node/download-dht-torrent.js
@@ -84,7 +84,7 @@ test('Download using DHT (via .torrent file)', function (t) {
var torrentDone = false
var gotBuffer = false
function maybeDone () {
- if (torrentDone && gotBuffer) cb(null, client2)
+ if (torrentDone && gotBuffer) cb(null)
}
})