Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 29, 2024
1 parent 36f8f5c commit 71b0372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class MicronautVersionTest {
@Test
public void expectedMicronautVersion() {
String version = VersionUtils.getMicronautVersion();
Assertions.assertEquals("4.3.13", version);
Assertions.assertTrue(version.matches("4\\.\\d+\\.\\d+"));
}

}
Expand Down

0 comments on commit 71b0372

Please sign in to comment.