chore: update tests

This commit is contained in:
LuanRT
2022-05-24 06:37:27 -03:00
parent c525163f28
commit 19008e126d

View File

@@ -35,7 +35,7 @@ describe('YouTube.js Tests', () => {
describe('Comments', () => {
it('Should retrieve comments', async () => {
this.comments = await this.session.getComments(Constants.VIDEOS[0].ID);
this.comments = await this.session.getComments(Constants.VIDEOS[1].ID);
expect(this.comments.items.length).toBeLessThanOrEqual(20);
});