Skip to content

Commit fa7bfe2

Browse files
committed
update test for version rollback
1 parent fb778e0 commit fa7bfe2

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
@@ -33,7 +33,7 @@ public class GrailsUtilTests {
3333

3434
@Test
3535
public void testGrailsVersion() {
36-
assertEquals("7.0.0-M4", GrailsUtil.getGrailsVersion());
36+
assertEquals("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
3737
}
3838

3939
@AfterEach

0 commit comments

Comments
 (0)