From 5afdec34769248e672cafc7c73a12feedf73b9ec Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 3 Sep 2015 16:14:17 +0200 Subject: standard --- test/blocklist-dht.js | 1 - test/download-private-dht.js | 2 -- test/download-tracker-torrent.js | 1 - 3 files changed, 4 deletions(-) (limited to 'test') diff --git a/test/blocklist-dht.js b/test/blocklist-dht.js index 6d4c1c9..113d9af 100644 --- a/test/blocklist-dht.js +++ b/test/blocklist-dht.js @@ -63,7 +63,6 @@ test('blocklist blocks peers discovered via DHT', function (t) { function maybeDone () { if (torrentReady && announced) cb(null, client1) } - }], client2: ['client1', function (cb, r) { diff --git a/test/download-private-dht.js b/test/download-private-dht.js index 1441926..ca24cd7 100644 --- a/test/download-private-dht.js +++ b/test/download-private-dht.js @@ -51,7 +51,6 @@ test('private torrent should not use DHT', function (t) { cb(null, client) } }) - }] }, function (err, r) { @@ -102,7 +101,6 @@ test('public torrent should use DHT', function (t) { t.fail('dht server is null') } }) - }] }, function (err, r) { diff --git a/test/download-tracker-torrent.js b/test/download-tracker-torrent.js index 1fbe54f..909fcaa 100644 --- a/test/download-tracker-torrent.js +++ b/test/download-tracker-torrent.js @@ -101,7 +101,6 @@ function torrentDownloadTest (t, serverType) { if (gotBuffer && torrentDone) cb(null, client2) } }) - }] }, function (err, r) { -- cgit v1.2.3