Skip to content

Commit bcf24de

Browse files
committed
Cleanup test
1 parent 470a719 commit bcf24de

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@
1010
import org.schabi.newpipe.extractor.NewPipe;
1111
import org.schabi.newpipe.extractor.exceptions.ParsingException;
1212

13-
import java.io.IOException;
14-
1513
class YoutubeThrottlingParameterDeobfuscationTest {
1614
private static final String RESOURCE_PATH =
1715
DownloaderFactory.RESOURCE_PATH + "services/youtube/extractor/parameterDeobf";
1816

1917
@BeforeEach
20-
void setup() throws IOException {
18+
void setup() {
2119
YoutubeTestsUtils.ensureStateless();
2220
NewPipe.init(DownloaderFactory.getDownloader(RESOURCE_PATH));
2321
}

0 commit comments

Comments
 (0)