[YouTube] Enable and change testRelatedItems method of YoutubePlaylistExtractorTest.LearningPlaylist

This change makes the method test whether there is no more items instead of
being disabled.
pull/1127/head
AudricV 2023-10-07 21:31:55 +02:00
rodzic 29dc7625f2
commit 5fa22ae25b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DA92EC7905614198
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -342,10 +342,9 @@ public class YoutubePlaylistExtractorTest {
defaultTestRelatedItems(extractor);
}
@Disabled
@Test
public void testMoreRelatedItems() throws Exception {
defaultTestMoreItems(extractor);
assertFalse(extractor.getInitialPage().hasNextPage());
}
/*//////////////////////////////////////////////////////////////////////////