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
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 874288d..0bc6961 100644
--- a/test/node/download-dht-torrent.js
+++ b/test/node/download-dht-torrent.js
@@ -6,7 +6,7 @@ var test = require('tape')
var WebTorrent = require('../../')
test('Download using DHT (via .torrent file)', function (t) {
- t.plan(9)
+ t.plan(10)
var dhtServer = new DHT({ bootstrap: false })