From: Chocobozzz Date: Fri, 14 Oct 2016 16:59:01 +0000 (+0200) Subject: Try to fix travis X-Git-Tag: v0.0.1-alpha~679 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7a2c9a8e55194342aa050147cf8b0564d4854966;p=oweals%2Fpeertube.git Try to fix travis --- 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 () { expect(torrent.files.length).to.equal(1) expect(torrent.files[0].path).to.exist.and.to.not.equal('') - webtorrent.remove(video.magnetUri, done) + done() }) }) })