Fix tests
I should consider writing unit tests to test the tests
This commit is contained in:
parent
8f68c31a71
commit
022856f8a5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue