Skip to content

Commit 674d3c2

Browse files
committed
#65 - Fix test typo
1 parent 0e699dd commit 674d3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/test/java/org/owasp/benchmarkutils/score/parsers/SemgrepSarifReaderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class SemgrepSarifReaderTest extends ReaderTestBase {
3434

3535
@BeforeEach
3636
void setUp() {
37-
resultFile = TestHelper.resultFileOf("testfiles/Benchmark_Semgrep-v1.67.0.sarif");
37+
resultFile = TestHelper.resultFileOf("testfiles/Benchmark_semgrep-v1.67.0.sarif");
3838
BenchmarkScore.TESTCASENAME = "BenchmarkTest";
3939
}
4040

0 commit comments

Comments
 (0)