1
0
Fork 0
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:
Chocobozzz 2017-01-12 10:06:03 +01:00
parent 7f4e7c3637
commit 790e65fcf7
3 changed files with 9 additions and 9 deletions

View file

@ -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()
})
})
})