Skip to content

Commit a99d94d

Browse files
committed
fix failing test
1 parent 627b0d5 commit a99d94d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-plugin-testing/src/main/groovy/grails/test/mixin/support/GrailsUnitTestMixin.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ class GrailsUnitTestMixin {
112112
void resetGrailsApplication() {
113113
MockUtils.TEST_INSTANCES.clear()
114114
ClassPropertyFetcher.clearClassPropertyFetcherCache()
115+
grailsApplication.clear()
115116
cleanupModifiedMetaClasses()
116117
}
117118

0 commit comments

Comments
 (0)