Skip to content

Commit 2ec296e

Browse files
committed
Fix YoutubeSearchExtractorTest.MetaInfoTest
Not all the "learn more" button is uppercase anymore, that's only the case for the first letter.
1 parent 3891542 commit 2ec296e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ public static void setUp() throws Exception {
271271
Description.PLAIN_TEXT),
272272
Collections.singletonList(
273273
new URL("https://www.who.int/emergencies/diseases/novel-coronavirus-2019")),
274-
Collections.singletonList("LEARN MORE")
274+
Collections.singletonList("Learn more")
275275
));
276276
}
277277
// testMoreRelatedItems is broken because a video has no duration shown

0 commit comments

Comments
 (0)