Skip to content

Commit 76956ec

Browse files
committed
[YouTube] Fix VSauce test of YoutubeChannelExtractorTest test class
The channel description has been changed and some expected words have been removed.
1 parent 10704df commit 76956ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public void testOriginalUrl() throws ParsingException {
294294

295295
@Test
296296
public void testDescription() throws Exception {
297-
assertContains("Our World is Amazing. \n\nQuestions? Ideas? Tweet me:", extractor.getDescription());
297+
assertContains("Our World is Amazing", extractor.getDescription());
298298
}
299299

300300
@Test

0 commit comments

Comments
 (0)