Skip to content

Commit

Permalink
RUMBLE: RumbleStreamExtractorTest use MOCKs
Browse files Browse the repository at this point in the history
  • Loading branch information
evermind-zz committed May 5, 2024
1 parent 5c93905 commit 9ff71b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public static class NormalStreamExtractorTest extends DefaultStreamExtractorTest
@BeforeAll
public static void setUp() throws ExtractionException, IOException {
System.setProperty("downloader", "MOCK");
System.setProperty("downloader", "RECORDING");
// System.setProperty("downloader", "RECORDING");
NewPipe.init(new DownloaderFactory().getDownloader(MOCK_PATH + "/streamExtractor"));

extractor = (RumbleStreamExtractor) Rumble
Expand Down

0 comments on commit 9ff71b9

Please sign in to comment.