Skip to content

Commit 6a6c935

Browse files
committed
Fixed kurzgesagt test - They changed their description...
1 parent 2659621 commit 6a6c935

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,8 @@ public void testMoreRelatedItems() throws Exception {
399399

400400
@Test
401401
public void testDescription() throws Exception {
402-
ExtractorAsserts.assertContains("small team who want to make science look beautiful", extractor.getDescription());
402+
ExtractorAsserts.assertContains("science", extractor.getDescription());
403+
ExtractorAsserts.assertContains("animators", extractor.getDescription());
403404
//TODO: Description get cuts out, because the og:description is optimized and don't have all the content
404405
//assertTrue(description, description.contains("Currently we make one animation video per month"));
405406
}

0 commit comments

Comments
 (0)