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 61a515b commit c6d1576Copy full SHA for c6d1576
src/test/grails/test/MockUtilsTests.groovy
@@ -248,7 +248,7 @@ class MockUtilsTests extends GroovyTestCase {
248
249
void testUnknownJoinTypeThrowsException() {
250
MockUtils.mockDomain(TestDomain, errorsMap, [])
251
- shouldFail(RuntimeExceptionN) { TestDomain.findByCountryNotEqualUnknownNameLike("A","B") }
+ shouldFail(RuntimeException) { TestDomain.findByCountryNotEqualUnknownNameLike("A","B") }
252
}
253
254
/**
0 commit comments