mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 22:00:32 +05:30
[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:
parent
29dc7625f2
commit
5fa22ae25b
@ -342,10 +342,9 @@ public class YoutubePlaylistExtractorTest {
|
||||
defaultTestRelatedItems(extractor);
|
||||
}
|
||||
|
||||
@Disabled
|
||||
@Test
|
||||
public void testMoreRelatedItems() throws Exception {
|
||||
defaultTestMoreItems(extractor);
|
||||
assertFalse(extractor.getInitialPage().hasNextPage());
|
||||
}
|
||||
|
||||
/*//////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user