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:
authorFeross Aboukhadijeh <feross@feross.org>2015-12-02 12:05:41 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-12-02 12:05:41 +0300
commite0db3e813a4534367e9a91bfc2cadc918832da94 (patch)
tree7e982f48dfd80842d8efb5123f48935fe47e6b8c /test
parent388dd3f6b9188b7f227c41c333655621948ec616 (diff)
fix test for create-torrent change
Diffstat (limited to 'test')
-rw-r--r--test/basic-node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic-node.js b/test/basic-node.js
index cc093ec..70e9616 100644
--- a/test/basic-node.js
+++ b/test/basic-node.js
@@ -124,7 +124,7 @@ test('client.seed: filesystem path to folder with multiple files, string', funct
client.seed(numbersPath, opts, function (torrent) {
t.equal(torrent.infoHash, '80562f38656b385ea78959010e51a2cc9db41ea0')
- t.equal(torrent.magnetURI, 'magnet:?xt=urn:btih:80562f38656b385ea78959010e51a2cc9db41ea0&dn=numbers&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.webtorrent.io%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io')
+ t.equal(torrent.magnetURI, 'magnet:?xt=urn:btih:80562f38656b385ea78959010e51a2cc9db41ea0&dn=numbers&tr=udp%3A%2F%2Fexodus.desync.com%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.internetwarriors.net%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io')
client.destroy()
})
})