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/node
diff options
context:
space:
mode:
Diffstat (limited to 'test/node')
-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 })