Skip to content

Commit 137272b

Browse files
committed
Unignore YoutubeCommentsExtractorTest.EmptyComment
Mock files were missing
1 parent 416cf17 commit 137272b

3 files changed

Lines changed: 148 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.schabi.newpipe.extractor.services.youtube;
22

33
import org.junit.BeforeClass;
4-
import org.junit.Ignore;
54
import org.junit.Test;
65
import org.schabi.newpipe.downloader.DownloaderFactory;
76
import org.schabi.newpipe.extractor.ListExtractor.InfoItemsPage;
@@ -132,7 +131,6 @@ public static void setUp() throws Exception {
132131
}
133132

134133
@Test
135-
@Ignore("TODO fix")
136134
public void testGetCommentsAllData() throws IOException, ExtractionException {
137135
final InfoItemsPage<CommentsInfoItem> comments = extractor.getInitialPage();
138136

extractor/src/test/resources/org/schabi/newpipe/extractor/services/youtube/extractor/comments/empty/generated_mock_0.json

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

extractor/src/test/resources/org/schabi/newpipe/extractor/services/youtube/extractor/comments/empty/generated_mock_1.json

Lines changed: 80 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)