mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-25 18:20:31 -06:00
Fix tests
I should consider writing unit tests to test the tests
This commit is contained in:
parent
8f68c31a71
commit
022856f8a5
@ -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…
Reference in New Issue
Block a user