Skip to content

Commit

Permalink
tests fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplocieniak committed Mar 7, 2022
1 parent bda51db commit f19a623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/youtube-studio-api.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('for authenticated user', () => {
expect(video.status).toEqual("VIDEO_STATUS_PROCESSED")
expect(video.monetization.adMonetization.effectiveStatus).toEqual("VIDEO_MONETIZING_STATUS_MONETIZING_WITH_LIMITED_ADS")
expect(video.lengthSeconds).toEqual("1404")
expect(video.watchUrl).toEqual("https://youtu.be/" + VIDEO_ID)
expect(video.watchUrl).toEqual("https://www.youtube.com/watch?v=" + VIDEO_ID)
})

describe('info cards', () => {
Expand Down

0 comments on commit f19a623

Please sign in to comment.