Skip to content

Commit ba43dba

Browse files
committed
Fix Tests: The channel lost abos
1 parent ff436e5 commit ba43dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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
@@ -49,7 +49,7 @@ public static void setUp() throws Exception {
4949
@Override public StreamType expectedStreamType() { return StreamType.VIDEO_STREAM; }
5050
@Override public String expectedUploaderName() { return "Amazing Atheist"; }
5151
@Override public String expectedUploaderUrl() { return "https://www.youtube.com/channel/UCjNxszyFPasDdRoD9J6X-sw"; }
52-
@Override public long expectedUploaderSubscriberCountAtLeast() { return 977_000; }
52+
@Override public long expectedUploaderSubscriberCountAtLeast() { return 900_000; }
5353
@Override public List<String> expectedDescriptionContains() {
5454
return Arrays.asList("http://www.huffingtonpost.com/2010/09/09/obama-gma-interview-quran_n_710282.html",
5555
"freedom");

0 commit comments

Comments
 (0)