mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2025-04-28 16:00:33 +05:30
Rename test function name
This commit is contained in:
parent
daf5674951
commit
644cc6cd76
@ -32,7 +32,6 @@ import org.schabi.newpipe.extractor.stream.StreamInfoItem;
|
||||
import java.io.IOException;
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
||||
import java.util.ArrayList;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
|
||||
@ -403,7 +402,7 @@ public class YoutubeSearchExtractorTest {
|
||||
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.STREAM; }
|
||||
|
||||
@Test
|
||||
public void testVideoDescription() throws IOException, ExtractionException {
|
||||
public void testShortFormContent() throws IOException, ExtractionException {
|
||||
final List<InfoItem> items = extractor.getInitialPage().getItems();
|
||||
boolean hasShortFormContent = false;
|
||||
for (InfoItem item : items) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user