Unignore YoutubeCommentsExtractorTest.EmptyComment

Mock files were missing
This commit is contained in:
XiangRongLin 2021-02-15 20:47:14 +01:00
parent 416cf17b7a
commit 137272b7a4
3 changed files with 148 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package org.schabi.newpipe.extractor.services.youtube;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.schabi.newpipe.downloader.DownloaderFactory;
import org.schabi.newpipe.extractor.ListExtractor.InfoItemsPage;
@ -132,7 +131,6 @@ public class YoutubeCommentsExtractorTest {
}
@Test
@Ignore("TODO fix")
public void testGetCommentsAllData() throws IOException, ExtractionException {
final InfoItemsPage<CommentsInfoItem> comments = extractor.getInitialPage();