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>2015-05-12 12:38:04 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-05-12 12:38:04 +0300
commit02c3235e71e121326e517fdd9e43a55c753ab99f (patch)
treea1d15f2cf4b6a326c12b5a0d3a7ddc36a4a3a97d /test/blocklist-dht.js
parente9bbf47660c9122a28417c7d391c45739d4b40fc (diff)
fixes for parse-torrent@5
Fixes https://github.com/feross/parse-torrent/issues/9
Diffstat (limited to 'test/blocklist-dht.js')
-rw-r--r--test/blocklist-dht.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/blocklist-dht.js b/test/blocklist-dht.js
index bcbf03e..9b4cb47 100644
--- a/test/blocklist-dht.js
+++ b/test/blocklist-dht.js
@@ -11,7 +11,6 @@ var leavesParsed = parseTorrent(leavesTorrent)
// remove trackers from .torrent file
leavesParsed.announce = []
-leavesParsed.announceList = []
test('blocklist blocks peers discovered via DHT', function (t) {
t.plan(7)