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/client-seed.js
parent7d747efeca17a20298c51e2f393e38622c4053cd (diff)
standard
Diffstat (limited to 'test/client-seed.js')
-rw-r--r--test/client-seed.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/client-seed.js b/test/client-seed.js
index 48d958d..fc0e6a4 100644
--- a/test/client-seed.js
+++ b/test/client-seed.js
@@ -61,7 +61,7 @@ test('client.seed: torrent file (Blob)', function (t) {
client.on('error', function (err) { t.fail(err) })
client.on('warning', function (err) { t.fail(err) })
- client.seed(new Blob([ fixtures.leaves.content ]), {
+ client.seed(new Blob([fixtures.leaves.content]), {
name: 'Leaves of Grass by Walt Whitman.epub',
announce: []
}, function (torrent) {