2
0
mirror of https://github.com/TeamNewPipe/NewPipeExtractor synced 2025-08-30 13:57:46 +00:00

Revert "Temp Commit: Ignore Test (Remove this before merge)"

This reverts commit 6ca4c8986a.
This commit is contained in:
Mauricio Colli
2019-10-06 16:40:08 -03:00
committed by TobiGr
parent 5c420340ce
commit 0c6e2c8f23

View File

@@ -1,7 +1,6 @@
package org.schabi.newpipe.extractor.services.youtube.search;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.schabi.newpipe.DownloaderTestImpl;
import org.schabi.newpipe.extractor.NewPipe;
@@ -27,7 +26,6 @@ public class YoutubeSearchCountTest {
itemsPage = extractor.getInitialPage();
}
@Ignore("The subscriber count was removed from the old interface that NewPipe fetches the content from, ignoring it for now.")
@Test
public void testViewCount() {
ChannelInfoItem ci = (ChannelInfoItem) itemsPage.getItems().get(0);