mirror of
https://github.com/TeamNewPipe/NewPipeExtractor
synced 2025-08-30 13:57:46 +00:00
Fix testDescription() in ChannelExtractor
This commit is contained in:
@@ -170,7 +170,7 @@ public class YoutubeChannelExtractorTest {
|
|||||||
@Test
|
@Test
|
||||||
public void testDescription() throws Exception {
|
public void testDescription() throws Exception {
|
||||||
assertTrue("What it actually was: " + extractor.getDescription(),
|
assertTrue("What it actually was: " + extractor.getDescription(),
|
||||||
extractor.getDescription().contains("Our World is Amazing. Questions? Ideas? Tweet me:"));
|
extractor.getDescription().contains("Our World is Amazing. \n\nQuestions? Ideas? Tweet me:"));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Reference in New Issue
Block a user