aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/api/singlePod.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/singlePod.js')
-rw-r--r--test/api/singlePod.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/api/singlePod.js b/test/api/singlePod.js
index 59a617970..149c10b9e 100644
--- a/test/api/singlePod.js
+++ b/test/api/singlePod.js
@@ -23,7 +23,7 @@
23 app = app1 23 app = app1
24 url = url1 24 url = url1
25 25
26 webtorrent.create(function () { 26 webtorrent.create({ host: 'client', port: '1' }, function () {
27 done() 27 done()
28 }) 28 })
29 }) 29 })