From 19008e126d2da9185256c684d642ff7659cd4cf8 Mon Sep 17 00:00:00 2001 From: LuanRT Date: Tue, 24 May 2022 06:37:27 -0300 Subject: [PATCH] chore: update tests --- test/main.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.test.js b/test/main.test.js index 79322522..328c27a6 100644 --- a/test/main.test.js +++ b/test/main.test.js @@ -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); });