Skip to content

Commit

Permalink
misc: Weird maven test runner problem on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Col-E committed Jul 4, 2024
1 parent f09698b commit 6410d48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.2.2</version>
</plugin>
</plugins>
</build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Tests for {@link BiMap}
*/
@SuppressWarnings("all")
public class Bidi {
public class BidiTest {
@Nested
class Hash {
@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Tests for {@link Tree}
*/
public class Trees {
public class TreeTest {
@Test
public void test_equality() {
Tree<String, String> tree1 = new TreeImpl<>("root");
Expand Down

0 comments on commit 6410d48

Please sign in to comment.