[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.
This commit is contained in:
AudricV 2023-10-07 21:31:55 +02:00
parent 29dc7625f2
commit 5fa22ae25b
No known key found for this signature in database
GPG Key ID: DA92EC7905614198
1 changed files with 1 additions and 2 deletions

View File

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