Skip to content

Commit c6d1576

Browse files
GRAILS-7061 - fix typo
1 parent 61a515b commit c6d1576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/grails/test/MockUtilsTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class MockUtilsTests extends GroovyTestCase {
248248

249249
void testUnknownJoinTypeThrowsException() {
250250
MockUtils.mockDomain(TestDomain, errorsMap, [])
251-
shouldFail(RuntimeExceptionN) { TestDomain.findByCountryNotEqualUnknownNameLike("A","B") }
251+
shouldFail(RuntimeException) { TestDomain.findByCountryNotEqualUnknownNameLike("A","B") }
252252
}
253253

254254
/**

0 commit comments

Comments
 (0)