refactor: rename carousel header channel test

This commit is contained in:
ThetaDev 2023-04-21 22:48:37 +02:00
parent 20370395c5
commit 4aada7f91b
5 changed files with 2 additions and 2 deletions

View File

@ -649,13 +649,13 @@ public class YoutubeChannelExtractorTest {
} }
} }
public static class Coachella implements BaseChannelExtractorTest { public static class CarouselHeader implements BaseChannelExtractorTest {
private static YoutubeChannelExtractor extractor; private static YoutubeChannelExtractor extractor;
@BeforeAll @BeforeAll
public static void setUp() throws Exception { public static void setUp() throws Exception {
YoutubeTestsUtils.ensureStateless(); YoutubeTestsUtils.ensureStateless();
NewPipe.init(DownloaderFactory.getDownloader(RESOURCE_PATH + "coachella")); NewPipe.init(DownloaderFactory.getDownloader(RESOURCE_PATH + "carouselHeader"));
extractor = (YoutubeChannelExtractor) YouTube extractor = (YoutubeChannelExtractor) YouTube
.getChannelExtractor("https://www.youtube.com/channel/UCHF66aWLOxBW4l6VkSrS3cQ"); .getChannelExtractor("https://www.youtube.com/channel/UCHF66aWLOxBW4l6VkSrS3cQ");
extractor.fetchPage(); extractor.fetchPage();