Skip to content

Commit

Permalink
Adjust assertion to new formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
platan committed Feb 29, 2024
1 parent 161f948 commit 46cb054
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ class JsonTestExecutionReportFormatterTest extends Specification {
then:
result ==
"""{
| "results": [
| ],
| "marks": [
| ]
| "results": [],
| "marks": []
|}""".stripMargin()
}

Expand Down

0 comments on commit 46cb054

Please sign in to comment.