File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package org .schabi .newpipe .extractor .services .youtube ;
22
3+ import static org .junit .Assert .assertEquals ;
4+ import static org .junit .Assert .assertTrue ;
5+ import static org .junit .Assert .fail ;
6+ import static org .schabi .newpipe .extractor .ExtractorAsserts .assertIsSecureUrl ;
7+ import static org .schabi .newpipe .extractor .ServiceList .YouTube ;
8+ import static org .schabi .newpipe .extractor .services .DefaultTests .defaultTestGetPageInNewExtractor ;
9+ import static org .schabi .newpipe .extractor .services .DefaultTests .defaultTestMoreItems ;
10+ import static org .schabi .newpipe .extractor .services .DefaultTests .defaultTestRelatedItems ;
11+
312import org .junit .BeforeClass ;
413import org .junit .Test ;
514import org .schabi .newpipe .Downloader ;
1120import org .schabi .newpipe .extractor .services .youtube .extractors .YoutubeChannelExtractor ;
1221import org .schabi .newpipe .extractor .utils .Localization ;
1322
14- import static org .junit .Assert .*;
15- import static org .schabi .newpipe .extractor .ExtractorAsserts .assertIsSecureUrl ;
16- import static org .schabi .newpipe .extractor .ServiceList .YouTube ;
17- import static org .schabi .newpipe .extractor .services .DefaultTests .*;
18-
1923/**
2024 * Test for {@link ChannelExtractor}
2125 */
@@ -323,7 +327,7 @@ public void testServiceId() {
323327
324328 @ Test
325329 public void testName () throws Exception {
326- assertEquals ("CaptainDisillusion " , extractor .getName ());
330+ assertEquals ("Captain Disillusion " , extractor .getName ());
327331 }
328332
329333 @ Test
You can’t perform that action at this time.
0 commit comments