aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/api/singlePod.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api/singlePod.js')
-rw-r--r--tests/api/singlePod.js2
1 files changed, 1 insertions, 1 deletions
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')