mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-18 20:12:12 +00:00
chore(test): Update comment test case with a new video ID
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user