Skip to content

Commit

Permalink
Update Grails version in GrailsUtilTests
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Dec 3, 2023
1 parent a05e0d5 commit d64454d
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.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2021.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit d64454d

Please sign in to comment.