Skip to content

Commit 2d3342b

Browse files
committed
Improve tests
1 parent 7b5d41a commit 2d3342b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

extractor/src/test/java/org/schabi/newpipe/extractor/utils/JavaScriptExtractorTest.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package org.schabi.newpipe.extractor.utils;
22

3+
import static org.junit.jupiter.api.Assertions.assertEquals;
4+
import static org.junit.jupiter.api.Assertions.assertTrue;
5+
import static org.schabi.newpipe.FileUtils.resolveTestResource;
6+
37
import org.junit.jupiter.api.Test;
48
import org.schabi.newpipe.extractor.exceptions.ParsingException;
59
import org.schabi.newpipe.extractor.utils.jsextractor.JavaScriptExtractor;
@@ -10,11 +14,7 @@
1014
import java.io.IOException;
1115
import java.nio.file.Files;
1216

13-
import static org.junit.jupiter.api.Assertions.assertEquals;
14-
import static org.junit.jupiter.api.Assertions.assertTrue;
15-
import static org.schabi.newpipe.FileUtils.resolveTestResource;
16-
17-
public class JavaScriptExtractorTest
17+
class JavaScriptExtractorTest
1818
{
1919
@Test
2020
void testJsExtractor() throws ParsingException {

0 commit comments

Comments
 (0)