Skip to content

Commit 5fa22ae

Browse files
committed
[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.
1 parent 29dc762 commit 5fa22ae

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,9 @@ public void testRelatedItems() throws Exception {
342342
defaultTestRelatedItems(extractor);
343343
}
344344

345-
@Disabled
346345
@Test
347346
public void testMoreRelatedItems() throws Exception {
348-
defaultTestMoreItems(extractor);
347+
assertFalse(extractor.getInitialPage().hasNextPage());
349348
}
350349

351350
/*//////////////////////////////////////////////////////////////////////////

0 commit comments

Comments
 (0)