We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62efd7 commit 97a2c4dCopy full SHA for 97a2c4d
grails-plugin-testing/src/main/groovy/grails/test/mixin/domain/DomainClassUnitTestMixin.groovy
@@ -131,8 +131,8 @@ class DomainClassUnitTestMixin extends GrailsUnitTestMixin {
131
132
}
133
def enhancer = new GormEnhancer(simpleDatastore, transactionManager)
134
- enhancer.enhance()
135
simpleDatastore.mappingContext.initialize()
+ enhancer.enhance()
136
137
/**
138
* Mocks a domain class providing the equivalent GORM behavior but against an in-memory concurrent hash map instead
0 commit comments