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:
authorFeross Aboukhadijeh <feross@feross.org>2016-01-11 02:18:34 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-01-11 02:18:34 +0300
commitabfb7c6c0b64d87cdcf15ea8bb0445a47bf8a092 (patch)
treed004bdbeb55c84a025992a13a203cd5d4a540a66 /test
parent178e01c21a712791bf6f5a190d28f82ff8a98c9d (diff)
test: more accurate name
Diffstat (limited to 'test')
-rw-r--r--test/node/seed-while-download.js (renamed from test/node/download-multiple.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/download-multiple.js b/test/node/seed-while-download.js
index f579b5f..e7c8285 100644
--- a/test/node/download-multiple.js
+++ b/test/node/seed-while-download.js
@@ -6,7 +6,7 @@ var series = require('run-series')
var test = require('tape')
var WebTorrent = require('../../')
-test('Download using DHT (via magnet uri)', function (t) {
+test('Seed and download a file at the same time', function (t) {
t.plan(14)
var dhtServer = new DHT({ bootstrap: false })