[YouTube] Fix VSauce test of YoutubeChannelExtractorTest test class

The channel description has been changed and some expected words have been
removed.
This commit is contained in:
AudricV 2024-07-24 19:18:55 +02:00
parent 10704dfc94
commit 76956ec95f
No known key found for this signature in database
GPG Key ID: DA92EC7905614198
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ public class YoutubeChannelExtractorTest {
@Test
public void testDescription() throws Exception {
assertContains("Our World is Amazing. \n\nQuestions? Ideas? Tweet me:", extractor.getDescription());
assertContains("Our World is Amazing", extractor.getDescription());
}
@Test