Revert "Temp Commit: Ignore Test (Remove this before merge)"
This reverts commit 6ca4c8986a
.
This commit is contained in:
parent
5c420340ce
commit
0c6e2c8f23
|
@ -1,7 +1,6 @@
|
||||||
package org.schabi.newpipe.extractor.services.youtube.search;
|
package org.schabi.newpipe.extractor.services.youtube.search;
|
||||||
|
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
import org.schabi.newpipe.DownloaderTestImpl;
|
import org.schabi.newpipe.DownloaderTestImpl;
|
||||||
import org.schabi.newpipe.extractor.NewPipe;
|
import org.schabi.newpipe.extractor.NewPipe;
|
||||||
|
@ -27,7 +26,6 @@ public class YoutubeSearchCountTest {
|
||||||
itemsPage = extractor.getInitialPage();
|
itemsPage = extractor.getInitialPage();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore("The subscriber count was removed from the old interface that NewPipe fetches the content from, ignoring it for now.")
|
|
||||||
@Test
|
@Test
|
||||||
public void testViewCount() {
|
public void testViewCount() {
|
||||||
ChannelInfoItem ci = (ChannelInfoItem) itemsPage.getItems().get(0);
|
ChannelInfoItem ci = (ChannelInfoItem) itemsPage.getItems().get(0);
|
||||||
|
|
Loading…
Reference in New Issue