mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
chore: update tests
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user