mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-31 14:26:14 +00:00
[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.
This commit is contained in:
@@ -714,7 +714,7 @@ public class YoutubeChannelExtractorTest {
|
||||
|
||||
@Test
|
||||
public void testSubscriberCount() throws Exception {
|
||||
ExtractorAsserts.assertGreaterOrEqual(75_000_000, extractor.getSubscriberCount());
|
||||
ExtractorAsserts.assertGreaterOrEqual(70_000_000, extractor.getSubscriberCount());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user