Skip to content

Commit 644cc6c

Browse files
committed
Rename test function name
1 parent daf5674 commit 644cc6c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/search/YoutubeSearchExtractorTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
import java.io.IOException;
3333
import java.net.MalformedURLException;
3434
import java.net.URL;
35-
import java.util.ArrayList;
3635
import java.util.Collections;
3736
import java.util.List;
3837

@@ -403,7 +402,7 @@ public static void setUp() throws Exception {
403402
@Override public InfoItem.InfoType expectedInfoItemType() { return InfoItem.InfoType.STREAM; }
404403

405404
@Test
406-
public void testVideoDescription() throws IOException, ExtractionException {
405+
public void testShortFormContent() throws IOException, ExtractionException {
407406
final List<InfoItem> items = extractor.getInitialPage().getItems();
408407
boolean hasShortFormContent = false;
409408
for (InfoItem item : items) {

0 commit comments

Comments
 (0)