This is an automated email from the ASF dual-hosted git repository. jdaugherty pushed a commit to branch 8.0.x-hibernate7 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit d634f948239058a2607b165753cb72d490c9eafd Author: James Daugherty <[email protected]> AuthorDate: Sun May 17 11:55:25 2026 -0400 Fix typo --- .../src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy b/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy index 1ca4db98c0..bfadd5ea3d 100644 --- a/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy +++ b/grails-data-hibernate7/core/src/test/groovy/grails/gorm/specs/HibernateGormDatastoreSpec.groovy @@ -45,7 +45,7 @@ import org.hibernate.boot.spi.AdditionalMappingContributor /** * The original GormDataStoreSpec destroyed the setup * between tests instead of at the end of all tests - * It also wqs default configured for H2 which + * It also was default configured for H2 which * made it break with some Java types. * Finally, it loaded all the test Entities, * now it can be setup individually.
