Try to fix travis
authorChocobozzz <florian.bigard@gmail.com>
Fri, 14 Oct 2016 16:59:01 +0000 (18:59 +0200)
committerChocobozzz <florian.bigard@gmail.com>
Fri, 14 Oct 2016 16:59:01 +0000 (18:59 +0200)
server/tests/api/multiple-pods.js

index 87fab791c39cc6a9e3cae2cfad1ff25812e9328a..770cee035f093b6eb105b716c8a8efcad93b6dc7 100644 (file)
@@ -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()
         })
       })
     })