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 10704df commit 76956ecCopy full SHA for 76956ec
1 file changed
extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java
@@ -294,7 +294,7 @@ public void testOriginalUrl() throws ParsingException {
294
295
@Test
296
public void testDescription() throws Exception {
297
- assertContains("Our World is Amazing. \n\nQuestions? Ideas? Tweet me:", extractor.getDescription());
+ assertContains("Our World is Amazing", extractor.getDescription());
298
}
299
300
0 commit comments