Skip to content

Commit

Permalink
Set grailsVersion in GrailsUtilTests
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 13, 2024
1 parent 981f8d4 commit 80cfeed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

@Test
public void testGrailsVersion() {
assertEquals("2022.2.7-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2022.2.6-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 80cfeed

Please sign in to comment.