We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d669bf3 commit 6738cb1Copy full SHA for 6738cb1
1 file changed
src/test/groovy/net/gleske/jervis/tools/FilterByContextTest.groovy
@@ -1285,5 +1285,11 @@ class FilterByContextTest extends GroovyTestCase {
1285
shouldFail(FilterByContextException) {
1286
shouldFilter.complexFilterDefaults = [(Map): 23]
1287
}
1288
+ shouldFail(FilterByContextException) {
1289
+ shouldFilter.complexFilterDefaults = [(List): 23]
1290
+ }
1291
1292
+ shouldFilter.complexFilterDefaults = [invalid_string: [foo: 'bar']]
1293
1294
1295
0 commit comments