Fix testDescription() in ChannelExtractor
This commit is contained in:
parent
10e9c16d8c
commit
f33f9466ce
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue