aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-02-06 16:22:39 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-02-06 16:22:39 +0100
commitc5a8be2b6282d2042e469e1b7c1e7ce8795c026f (patch)
treec6f48bbe551bce98a4fdb0c4853a499cdb175e82 /tests
parentc4660e08dac95ef42e16c478436f3889bddc44fb (diff)
downloadPeerTube-c5a8be2b6282d2042e469e1b7c1e7ce8795c026f.tar.gz
PeerTube-c5a8be2b6282d2042e469e1b7c1e7ce8795c026f.tar.zst
PeerTube-c5a8be2b6282d2042e469e1b7c1e7ce8795c026f.zip
Rename webtorrent files (process/node)
Diffstat (limited to 'tests')
-rw-r--r--tests/api/multiplePods.js2
-rw-r--r--tests/api/singlePod.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/api/multiplePods.js b/tests/api/multiplePods.js
index c27f7121e..5070b450a 100644
--- a/tests/api/multiplePods.js
+++ b/tests/api/multiplePods.js
@@ -6,7 +6,7 @@
6 var expect = chai.expect 6 var expect = chai.expect
7 7
8 var utils = require('./utils') 8 var utils = require('./utils')
9 var webtorrent = require(__dirname + '/../../lib/webTorrentNode') 9 var webtorrent = require(__dirname + '/../../lib/webtorrent')
10 webtorrent.silent = true 10 webtorrent.silent = true
11 11
12 describe('Test multiple pods', function () { 12 describe('Test multiple pods', function () {
diff --git a/tests/api/singlePod.js b/tests/api/singlePod.js
index 7621d766c..e5337256b 100644
--- a/tests/api/singlePod.js
+++ b/tests/api/singlePod.js
@@ -6,7 +6,7 @@
6 var expect = chai.expect 6 var expect = chai.expect
7 var fs = require('fs') 7 var fs = require('fs')
8 8
9 var webtorrent = require(__dirname + '/../../lib/webTorrentNode') 9 var webtorrent = require(__dirname + '/../../lib/webtorrent')
10 webtorrent.silent = true 10 webtorrent.silent = true
11 11
12 var utils = require('./utils') 12 var utils = require('./utils')