We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2659621 commit 6a6c935Copy full SHA for 6a6c935
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java
@@ -399,7 +399,8 @@ public void testMoreRelatedItems() throws Exception {
399
400
@Test
401
public void testDescription() throws Exception {
402
- ExtractorAsserts.assertContains("small team who want to make science look beautiful", extractor.getDescription());
+ ExtractorAsserts.assertContains("science", extractor.getDescription());
403
+ ExtractorAsserts.assertContains("animators", extractor.getDescription());
404
//TODO: Description get cuts out, because the og:description is optimized and don't have all the content
405
//assertTrue(description, description.contains("Currently we make one animation video per month"));
406
}
0 commit comments