chore(test): Update comment test case with a new video ID

This commit is contained in:
Luan
2025-06-08 06:59:48 -03:00
parent f6fa735ac1
commit f202bcdeb7

View File

@@ -98,7 +98,7 @@ describe('YouTube.js Tests', () => {
let comments: YT.Comments;
beforeAll(async () => {
comments = await innertube.getComments('bUHZ2k9DYHY');
comments = await innertube.getComments('OGbhJjXl9Rk');
expect(comments).toBeDefined();
expect(comments.header).toBeDefined();
expect(comments.contents).toBeDefined();