We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868c7e1 commit 4e4c577Copy full SHA for 4e4c577
1 file changed
src/test/java/TestPDFMatcher.java
@@ -37,7 +37,7 @@ class TestPDFMatcher {
37
private static Analyzer ANALYZER;
38
39
@BeforeAll
40
- public static void init(TestInfo testInfo) throws AnalyzerException {
+ public static void init() throws AnalyzerException {
41
ANALYZER = Analyzer.getInstance("/magic.xml");
42
}
43
0 commit comments