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 c6d1576 commit 8b868beCopy full SHA for 8b868be
src/test/grails/test/MockUtilsTests.groovy
@@ -246,11 +246,6 @@ class MockUtilsTests extends GroovyTestCase {
246
assertEquals 0, result.size()
247
}
248
249
- void testUnknownJoinTypeThrowsException() {
250
- MockUtils.mockDomain(TestDomain, errorsMap, [])
251
- shouldFail(RuntimeException) { TestDomain.findByCountryNotEqualUnknownNameLike("A","B") }
252
- }
253
-
254
/**
255
* Tests the dynamically added <code>get()</code> method.
256
*/
0 commit comments