diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-14 18:59:01 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-14 18:59:01 +0200 |
commit | 7a2c9a8e55194342aa050147cf8b0564d4854966 (patch) | |
tree | 5536e678a3fe9ecaa1e32662fcf0bb38074c6c92 /server/tests/api | |
parent | 2ac6c5256067b13d90c8c1faa310bd59aea9a1fa (diff) | |
download | PeerTube-7a2c9a8e55194342aa050147cf8b0564d4854966.tar.gz PeerTube-7a2c9a8e55194342aa050147cf8b0564d4854966.tar.zst PeerTube-7a2c9a8e55194342aa050147cf8b0564d4854966.zip |
Try to fix travis
Diffstat (limited to 'server/tests/api')
-rw-r--r-- | server/tests/api/multiple-pods.js | 2 |
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 | }) |