1
0
Fork 0

Fix tests

I should consider writing unit tests to test the tests
This commit is contained in:
Chocobozzz 2016-07-07 20:36:46 +02:00
parent 8f68c31a71
commit 022856f8a5
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ describe('Test a single pod', function () {
const videos = res.body.data
expect(res.body.total).to.equal(6)
expect(videos.length).to.equal(4)
expect(videos.length).to.equal(3)
expect(videos[0].name === videosListBase[2].name)
expect(videos[1].name === videosListBase[3].name)
expect(videos[2].name === videosListBase[4].name)