Skip to content

Commit 50e76b6

Browse files
committed
Fix grails test that now breaks b/c Grails Version has surpassed it
1 parent 80c0e6a commit 50e76b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1.0" | false
39+
"99.9.9" | false
4040
}
4141

4242
@Unroll

0 commit comments

Comments
 (0)