Skip to content

Commit 7f99c1c

Browse files
committed
Fixed YoutubeStreamExtractorLivestreamTest
1 parent 652fdf2 commit 7f99c1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/stream/YoutubeStreamExtractorLivestreamTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void testUploaderName() throws Exception {
5353
@Override public String expectedUploaderName() { return "Lofi Girl"; }
5454
@Override public String expectedUploaderUrl() { return "https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow"; }
5555
@Override public List<String> expectedDescriptionContains() {
56-
return Arrays.asList("https://bit.ly/lofigirI-merch",
56+
return Arrays.asList("Lofi Girl merch",
5757
"Thank you for listening, I hope you will have a good time here");
5858
}
5959
@Override public boolean expectedUploaderVerified() { return true; }

0 commit comments

Comments
 (0)