From 7a2c9a8e55194342aa050147cf8b0564d4854966 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 14 Oct 2016 18:59:01 +0200 Subject: [PATCH] Try to fix travis --- server/tests/api/multiple-pods.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }) }) }) -- 2.25.1