mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Try to fix travis build
This commit is contained in:
parent
7f4e7c3637
commit
790e65fcf7
3 changed files with 9 additions and 9 deletions
|
@ -312,7 +312,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()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
@ -331,7 +331,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()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
@ -350,7 +350,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()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
@ -369,7 +369,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()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
@ -419,7 +419,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(videoUpdated.magnetUri, callback)
|
||||
callback()
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue