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 5c42034 commit 0c6e2c8Copy full SHA for 0c6e2c8
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeSearchCountTest.java
@@ -1,7 +1,6 @@
1
package org.schabi.newpipe.extractor.services.youtube.search;
2
3
import org.junit.BeforeClass;
4
-import org.junit.Ignore;
5
import org.junit.Test;
6
import org.schabi.newpipe.DownloaderTestImpl;
7
import org.schabi.newpipe.extractor.NewPipe;
@@ -27,7 +26,6 @@ public static void setUpClass() throws Exception {
27
26
itemsPage = extractor.getInitialPage();
28
}
29
30
- @Ignore("The subscriber count was removed from the old interface that NewPipe fetches the content from, ignoring it for now.")
31
@Test
32
public void testViewCount() {
33
ChannelInfoItem ci = (ChannelInfoItem) itemsPage.getItems().get(0);
0 commit comments