Rename test function name

This commit is contained in:
chowder 2022-10-18 01:05:16 +01:00
parent daf5674951
commit 644cc6cd76

View file

@ -32,7 +32,6 @@ import org.schabi.newpipe.extractor.stream.StreamInfoItem;
import java.io.IOException; import java.io.IOException;
import java.net.MalformedURLException; import java.net.MalformedURLException;
import java.net.URL; import java.net.URL;
import java.util.ArrayList;
import java.util.Collections; import java.util.Collections;
import java.util.List; import java.util.List;
@ -403,7 +402,7 @@ public class YoutubeSearchExtractorTest {
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.STREAM; } @Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.STREAM; }
@Test @Test
public void testVideoDescription() throws IOException, ExtractionException { public void testShortFormContent() throws IOException, ExtractionException {
final List<InfoItem> items = extractor.getInitialPage().getItems(); final List<InfoItem> items = extractor.getInitialPage().getItems();
boolean hasShortFormContent = false; boolean hasShortFormContent = false;
for (InfoItem item : items) { for (InfoItem item : items) {