Skip to content

Commit

Permalink
Remove unused module reference from unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jan 18, 2025
1 parent 2bc427b commit f4052f8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,7 @@ public void visitModuleRequires(final ModuleRequires constantModule) {
"org.opentest4j",
"net.bytebuddy",
"com.sun.jna",
"junit",
"org.hamcrest");
"junit");
assertTrue(condition, s);
}

Expand Down

0 comments on commit f4052f8

Please sign in to comment.