Skip to content

Commit 9942511

Browse files
committed
Update Grails version test case in GrailsVersionSpec
Changed the test case to check '7.1.0' instead of '7.0.0' for unsupported Grails versions in GrailsVersionSpec.groovy.
1 parent e96b405 commit 9942511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datamapping-support/src/test/groovy/org/grails/datastore/mapping/core/grailsversion/GrailsVersionSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class GrailsVersionSpec extends Specification {
3636
"3.2.0" | true
3737
"3.1.0" | true
3838
"3.3.0" | true
39-
"7.0.0" | false
39+
"7.1.0" | false
4040
}
4141

4242
@Unroll

0 commit comments

Comments
 (0)