Minor: put first actual item to the new line in tests
This commit is contained in:
+1
-1
@@ -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)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user