From 733e571a436951a8178d293cfa7315ad6bccf6b5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 5 Jul 2019 14:37:45 -0700 Subject: standard --- test/client-seed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/client-seed.js') 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) { -- cgit v1.2.3