Skip to content

Commit 4e4c577

Browse files
committed
remove unused variable in @BeforeAll
1 parent 868c7e1 commit 4e4c577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/TestPDFMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class TestPDFMatcher {
3737
private static Analyzer ANALYZER;
3838

3939
@BeforeAll
40-
public static void init(TestInfo testInfo) throws AnalyzerException {
40+
public static void init() throws AnalyzerException {
4141
ANALYZER = Analyzer.getInstance("/magic.xml");
4242
}
4343

0 commit comments

Comments
 (0)