[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.
pull/1127/head
AudricV 2023-11-16 11:35:58 +01:00
rodzic bedc9e5bc0
commit 642bb01388
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DA92EC7905614198
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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