Skip to content

Commit

Permalink
Test setup update
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Apr 2, 2024
1 parent aeca9b7 commit 2150584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<version>3.0.0-M5</version>
<configuration>
<parallel>suites</parallel>
<perCoreThreadCount>true</perCoreThreadCount>
<threadCount>5</threadCount>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/org/codetracker/util/OracleTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected static void loadExpected(String filePath) {
return builder.build();
}

@ParameterizedTest(name = "{index}: {0} , {1}")
@ParameterizedTest(name = "{index}: {3}")
@MethodSource(value = "testProvider")
public <H extends AbstractHistoryInfo, E extends CodeElement> void testCodeTracker(CheckedBiFunction<H, Repository, History<E>> tracker, H historyInfo, GitService gitService, String fileName) {
String repositoryWebURL = historyInfo.getRepositoryWebURL();
Expand Down

0 comments on commit 2150584

Please sign in to comment.