Skip to content

Commit 0c6e2c8

Browse files
mauriciocolliTobiGr
authored andcommitted
Revert "Temp Commit: Ignore Test (Remove this before merge)"
This reverts commit 6ca4c89.
1 parent 5c42034 commit 0c6e2c8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeSearchCountTest.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.search;
22

33
import org.junit.BeforeClass;
4-
import org.junit.Ignore;
54
import org.junit.Test;
65
import org.schabi.newpipe.DownloaderTestImpl;
76
import org.schabi.newpipe.extractor.NewPipe;
@@ -27,7 +26,6 @@ public static void setUpClass() throws Exception {
2726
itemsPage = extractor.getInitialPage();
2827
}
2928

30-
@Ignore("The subscriber count was removed from the old interface that NewPipe fetches the content from, ignoring it for now.")
3129
@Test
3230
public void testViewCount() {
3331
ChannelInfoItem ci = (ChannelInfoItem) itemsPage.getItems().get(0);

0 commit comments

Comments
 (0)