Skip to content

Commit

Permalink
Correct number of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elupus committed Jan 18, 2023
1 parent 82d4c70 commit 85ea8ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected CodeCheckerParser createParser() {

@Override
protected void assertThatIssuesArePresent(final Report report, final SoftAssertions softly) {
assertThat(report).hasSize(3);
assertThat(report).hasSize(5);

softly.assertThat(report.get(0))
.hasLineStart(17)
Expand Down

0 comments on commit 85ea8ff

Please sign in to comment.