Skip to content

Commit

Permalink
Replace failing playlist
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Oct 30, 2024
1 parent 6ba3330 commit 7fb19e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/src/rest/youtube.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ const youtubeService = rest.Youtube;

const playlistLessThan100 = 'https://www.youtube.com/watch?v=TKYsuU86-DQ&list=PL0eyrZgxdwhwNC5ppZo_dYGVjerQY3xYU';

const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PLuUrokoVSxlcgocBXbDF76yWd3YKWpOH9';

// TODO: replace these tests with mocks
const playlistGreaterThan100 = 'https://www.youtube.com/playlist?list=PL8F6B0753B2CCA128';

describe('Youtube tests', () => {
it('should able to get playlist less than 100 tracks', async () => {
Expand Down

0 comments on commit 7fb19e5

Please sign in to comment.