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/rarity-map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rarity-map.js b/test/rarity-map.js
index 7a630ad..f7da99b 100644
--- a/test/rarity-map.js
+++ b/test/rarity-map.js
@@ -18,7 +18,7 @@ test('Rarity map usage', function (t) {
torrentPort: 6889,
dht: false,
tracker: false,
- remove: function () {}
+ _remove: function () {}
}
var opts = {}
var torrent = new Torrent(torrentId, client, opts)