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:
authorFeross Aboukhadijeh <feross@feross.org>2019-07-06 00:37:45 +0300
committerFeross Aboukhadijeh <feross@feross.org>2019-07-06 00:37:45 +0300
commit733e571a436951a8178d293cfa7315ad6bccf6b5 (patch)
tree67ab51ccacce61a69da4378a0063edd58535babe /test/node/seed-stream.js
parent7d747efeca17a20298c51e2f393e38622c4053cd (diff)
standard
Diffstat (limited to 'test/node/seed-stream.js')
-rw-r--r--test/node/seed-stream.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/seed-stream.js b/test/node/seed-stream.js
index eafc9e7..e56964e 100644
--- a/test/node/seed-stream.js
+++ b/test/node/seed-stream.js
@@ -36,7 +36,7 @@ test('client.seed: stream', function (t) {
var seederOpts = {
name: 'hello.txt',
pieceLength: 5,
- announce: [ announceUrl ]
+ announce: [announceUrl]
}
seeder.seed([stream], seederOpts, function (torrent) {
magnetURI = torrent.magnetURI