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 9c8921d commit 55314b2Copy full SHA for 55314b2
src/main/kotlin/TestFilters.kt
@@ -86,7 +86,8 @@ object TestFilterDraft201909 : TestFilter {
86
return when {
87
caseDescription == "minContains = 0 with maxContains" &&
88
testDescription == "empty data" ->
89
- "'minContains' does not affect contains work - at least one element must match 'contains' schema"
+ "'minContains' does not affect contains work -" +
90
+ " at least one element must match 'contains' schema"
91
else -> null
92
}
93
0 commit comments