Skip to content

Commit

Permalink
Update GrailsUtilTests.java
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed May 30, 2022
1 parent b32d8e6 commit 93ad518
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("5.1.7-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("5.1.8-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 93ad518

Please sign in to comment.