From 76956ec95f8e392198b3664c493362f1d22a6a3c Mon Sep 17 00:00:00 2001 From: AudricV <74829229+AudricV@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:18:55 +0200 Subject: [PATCH] [YouTube] Fix VSauce test of YoutubeChannelExtractorTest test class The channel description has been changed and some expected words have been removed. --- .../extractor/services/youtube/YoutubeChannelExtractorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java index 5795b0f22..9499a1150 100644 --- a/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java +++ b/extractor/src/test/java/org/schabi/newpipe/extractor/services/youtube/YoutubeChannelExtractorTest.java @@ -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