aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
Diffstat (limited to 'server')
-rw-r--r--server/tests/api/multiple-pods.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/multiple-pods.js b/server/tests/api/multiple-pods.js
index 87fab791c..770cee035 100644
--- a/server/tests/api/multiple-pods.js
+++ b/server/tests/api/multiple-pods.js
@@ -345,7 +345,7 @@ describe('Test multiple pods', function () {
345 expect(torrent.files.length).to.equal(1) 345 expect(torrent.files.length).to.equal(1)
346 expect(torrent.files[0].path).to.exist.and.to.not.equal('') 346 expect(torrent.files[0].path).to.exist.and.to.not.equal('')
347 347
348 webtorrent.remove(video.magnetUri, done) 348 done()
349 }) 349 })
350 }) 350 })
351 }) 351 })