Minor: put first actual item to the new line in tests

This commit is contained in:
Nikolay Krasko
2019-12-23 18:09:06 +03:00
parent 9b68008208
commit 143cfc7030
@@ -274,7 +274,7 @@ object ExpectedCompletionUtils {
for (unexpectedProposal in unexpected) {
for (proposal in itemsInformation) {
Assert.assertFalse(
"Unexpected '$unexpectedProposal' presented in $allItemsString",
"Unexpected '$unexpectedProposal' presented in\n$allItemsString",
proposal.matches(unexpectedProposal)
)
}