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
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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 90ac3be..cac9468 100644
--- a/test/node/blocklist-tracker.js
+++ b/test/node/blocklist-tracker.js
@@ -41,7 +41,7 @@ test('blocklist blocks peers discovered via tracker', function (t) {
var torrent1 = client1.add(parsedTorrent)
- torrent1.on('peer', function () {
+ torrent1.on('invalidPeer', function () {
t.pass('client1 found itself')
cb(null)
})