Skip to content

Commit ee7d8b0

Browse files
committed
Channel has a new name
1 parent ddc7f3e commit ee7d8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static void setUp() throws Exception {
4343
@Override public String expectedOriginalUrlContains() { return URL; }
4444

4545
@Override public StreamType expectedStreamType() { return StreamType.VIDEO_STREAM; }
46-
@Override public String expectedUploaderName() { return "Amazing Atheist"; }
46+
@Override public String expectedUploaderName() { return "INTO THE FRAY"; }
4747
@Override public String expectedUploaderUrl() { return "https://www.youtube.com/channel/UCjNxszyFPasDdRoD9J6X-sw"; }
4848
@Override public long expectedUploaderSubscriberCountAtLeast() { return 900_000; }
4949
@Override public List<String> expectedDescriptionContains() {

0 commit comments

Comments
 (0)