Skip to content

Commit

Permalink
Add missing 'Test' annotation on testJava23Project.
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Grunberg <[email protected]>
  • Loading branch information
rgrunber committed Sep 23, 2024
1 parent 5602d14 commit 0478c77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ public void testJava22Project() throws Exception {
assertHasErrors(project, "Preview features enabled at an invalid source release level");
}

@Test
public void testJava23Project() throws Exception {
IProject project = importMavenProject("salut-java23");
assertIsJavaProject(project);
Expand Down

0 comments on commit 0478c77

Please sign in to comment.