Skip to content

Commit ef1589e

Browse files
committed
Update GrailsUtilTest
Signed-off-by: Puneet Behl <[email protected]>
1 parent 51b8d9a commit ef1589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
2929

3030
@Test
3131
public void testGrailsVersion() {
32-
assertEquals("5.1.8-SNAPSHOT", GrailsUtil.getGrailsVersion());
32+
assertEquals("5.1.9-SNAPSHOT", GrailsUtil.getGrailsVersion());
3333
}
3434

3535
@AfterEach

0 commit comments

Comments
 (0)