Skip to content

Commit

Permalink
chore: Update comments test id (unrelated)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Mar 31, 2024
1 parent 4668cb1 commit 90e22d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('YouTube.js Tests', () => {
let comments: YT.Comments;

beforeAll(async () => {
comments = await innertube.getComments('bUHZ2k9DYHY');
comments = await innertube.getComments('gmX-ceF-N1k');
expect(comments).toBeDefined();
expect(comments.header).toBeDefined();
expect(comments.contents).toBeDefined();
Expand Down

0 comments on commit 90e22d6

Please sign in to comment.