Skip to content

Commit 4ee270f

Browse files
committed
Fix LiveStream Test
1 parent 883f16e commit 4ee270f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public static void setUp() throws Exception {
4242
@Override public String expectedUploaderName() { return "ChilledCow"; }
4343
@Override public String expectedUploaderUrl() { return "https://www.youtube.com/channel/UCSJ4gkVC6NrvII8umztf0Ow"; }
4444
@Override public List<String> expectedDescriptionContains() {
45-
return Arrays.asList("https://bit.ly/chilledcow-playlists",
46-
"https://bit.ly/chilledcow-submissions");
45+
return Arrays.asList("https://bit.ly/lofigirl-merch",
46+
"Thank you for listening, I hope you will have a good time here");
4747
}
4848
@Override public boolean expectedUploaderVerified() { return true; }
4949
@Override public long expectedLength() { return 0; }

0 commit comments

Comments
 (0)