Skip to content

Commit

Permalink
Fix YoutubeStreamExtractorLivestreamTest
Browse files Browse the repository at this point in the history
  • Loading branch information
AudricV committed Jun 27, 2021
1 parent 48302e9 commit 7564042
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void testUploaderName() throws Exception {
@Override public String expectedUploaderName() { return "Lofi Girl"; }
@Override public String expectedUploaderUrl() { return "https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow"; }
@Override public List<String> expectedDescriptionContains() {
return Arrays.asList("https://bit.ly/lofigirl-merch",
return Arrays.asList("https://bit.ly/lofigirI-merch",
"Thank you for listening, I hope you will have a good time here");
}
@Override public boolean expectedUploaderVerified() { return true; }
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 7564042

Please sign in to comment.