Skip to content

Commit a8c0e45

Browse files
litetexStypox
andcommitted
Cleanup
Co-Authored-By: Stypox <stypox@pm.me>
1 parent c314885 commit a8c0e45

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,8 @@ protected void fetchExtractor(final YoutubeChannelExtractor extractor) throws Ex
440440

441441
@Test
442442
void testGetPageInNewExtractor() throws Exception {
443-
extractor(); // Init
443+
// Make sure initial extractor was initialized
444+
extractor();
444445
// Init downloader again for mock as otherwise request confusion occurs when using Mock
445446
InitNewPipeTest.initNewPipe(this.getClass(), "testGetPageInNewExtractor");
446447

0 commit comments

Comments
 (0)