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/node/blocklist-tracker.js')
-rw-r--r--test/node/blocklist-tracker.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/blocklist-tracker.js b/test/node/blocklist-tracker.js
index 7c92e9a..302bd8f 100644
--- a/test/node/blocklist-tracker.js
+++ b/test/node/blocklist-tracker.js
@@ -53,7 +53,7 @@ test('blocklist blocks peers discovered via tracker', function (t) {
function (cb) {
client2 = new WebTorrent({
dht: false,
- blocklist: [ '127.0.0.1' ]
+ blocklist: ['127.0.0.1']
})
client2.on('error', function (err) { t.fail(err) })
client2.on('warning', function (err) { t.fail(err) })