Fix YoutubeSearchExtractorTest.MetaInfoTest
Not all the "learn more" button is uppercase anymore, that's only the case for the first letter.
This commit is contained in:
parent
3891542ca1
commit
2ec296e674
|
@ -271,7 +271,7 @@ public class YoutubeSearchExtractorTest {
|
|||
Description.PLAIN_TEXT),
|
||||
Collections.singletonList(
|
||||
new URL("https://www.who.int/emergencies/diseases/novel-coronavirus-2019")),
|
||||
Collections.singletonList("LEARN MORE")
|
||||
Collections.singletonList("Learn more")
|
||||
));
|
||||
}
|
||||
// testMoreRelatedItems is broken because a video has no duration shown
|
||||
|
|
Loading…
Reference in New Issue