Rename test function name

This commit is contained in:
chowder 2022-10-18 01:05:16 +01:00
parent daf5674951
commit 644cc6cd76
1 changed files with 1 additions and 2 deletions

View File

@ -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) {