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:
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) {