Skip to content

Commit 642bb01

Browse files
committed
[YouTube] Fix testSubscriberCount method of YoutubeChannelExtractorTest.CarouselHeader
The subscriber count is now lower than the expected count as some people unsubscribed to the Sports system channel. The expected count has been so lowered.
1 parent bedc9e5 commit 642bb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ public void testFeedUrl() throws Exception {
714714

715715
@Test
716716
public void testSubscriberCount() throws Exception {
717-
ExtractorAsserts.assertGreaterOrEqual(75_000_000, extractor.getSubscriberCount());
717+
ExtractorAsserts.assertGreaterOrEqual(70_000_000, extractor.getSubscriberCount());
718718
}
719719

720720
@Test

0 commit comments

Comments
 (0)