diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-01-12 10:06:03 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-01-12 10:06:03 +0100 |
commit | 790e65fcf7a0a9f065ecc68c5982efb80cd2e1ca (patch) | |
tree | cf398ea3bf7488becd39746c2e292c3696c7b6d0 /server/tests/api/single-pod.js | |
parent | 7f4e7c36373217b8e92cf227c71999a0ce9a15d9 (diff) | |
download | PeerTube-790e65fcf7a0a9f065ecc68c5982efb80cd2e1ca.tar.gz PeerTube-790e65fcf7a0a9f065ecc68c5982efb80cd2e1ca.tar.zst PeerTube-790e65fcf7a0a9f065ecc68c5982efb80cd2e1ca.zip |
Try to fix travis build
Diffstat (limited to 'server/tests/api/single-pod.js')
-rw-r--r-- | server/tests/api/single-pod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/single-pod.js b/server/tests/api/single-pod.js index 04b93fac7..2ac83bbf4 100644 --- a/server/tests/api/single-pod.js +++ b/server/tests/api/single-pod.js | |||
@@ -96,7 +96,7 @@ describe('Test a single pod', function () { | |||
96 | expect(torrent.files.length).to.equal(1) | 96 | expect(torrent.files.length).to.equal(1) |
97 | expect(torrent.files[0].path).to.exist.and.to.not.equal('') | 97 | expect(torrent.files[0].path).to.exist.and.to.not.equal('') |
98 | 98 | ||
99 | webtorrent.remove(video.magnetUri, done) | 99 | done() |
100 | }) | 100 | }) |
101 | }) | 101 | }) |
102 | }) | 102 | }) |