We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29dc762 commit 5fa22aeCopy full SHA for 5fa22ae
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubePlaylistExtractorTest.java
@@ -342,10 +342,9 @@ public void testRelatedItems() throws Exception {
342
defaultTestRelatedItems(extractor);
343
}
344
345
- @Disabled
346
@Test
347
public void testMoreRelatedItems() throws Exception {
348
- defaultTestMoreItems(extractor);
+ assertFalse(extractor.getInitialPage().hasNextPage());
349
350
351
/*//////////////////////////////////////////////////////////////////////////
0 commit comments