Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fslev committed Oct 3, 2022
1 parent 848c479 commit cc7a2b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private List<String> matchWithJsonArray(int expPosition, JsonNode expElement, Js
+ MessageUtil.cropL(JSONCompare.prettyPrint(expElement)));
} else if (useCase == UseCase.MATCH_ANY) {
diffs.add(String.format("Actual Json Array has no extra elements. Expected condition %s from position %s means there" +
" should be more actual elements", expElement, expPosition + 1));
" should be more actual elements to match", expElement, expPosition + 1));
}
return diffs;
}
Expand Down

0 comments on commit cc7a2b3

Please sign in to comment.