Skip to content

Commit 55314b2

Browse files
committed
Correct problem with long line
1 parent 9c8921d commit 55314b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/kotlin/TestFilters.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ object TestFilterDraft201909 : TestFilter {
8686
return when {
8787
caseDescription == "minContains = 0 with maxContains" &&
8888
testDescription == "empty data" ->
89-
"'minContains' does not affect contains work - at least one element must match 'contains' schema"
89+
"'minContains' does not affect contains work -" +
90+
" at least one element must match 'contains' schema"
9091
else -> null
9192
}
9293
}

0 commit comments

Comments
 (0)