Skip to content

Commit

Permalink
Update src/test/java/edu/hm/hafner/coverage/parser/CloverParserTest.java
Browse files Browse the repository at this point in the history
Co-authored-by: Ullrich Hafner <[email protected]>
  • Loading branch information
rekathiru and uhafner authored Feb 25, 2025
1 parent f06a613 commit e4b0245
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ void testBasic() {
addRange(covered, 24, 43);
addRange(covered, 45, 77);
addRange(covered, 79, 77);
Assertions.assertThat(f).hasMissedLines().hasCoveredLines(covered.toArray(new Integer[covered.size()]));
assertThat(f).hasMissedLines().hasCoveredLines(covered.toArray(new Integer[covered.size()]));

break;
case "File2.js":
Expand Down

0 comments on commit e4b0245

Please sign in to comment.