Skip to content

Commit

Permalink
Update test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/C…
Browse files Browse the repository at this point in the history
…onformanceComparison.kt

Co-authored-by: Alan Cai <[email protected]>
  • Loading branch information
yliuuuu and alancai98 authored Jan 11, 2024
1 parent acd342d commit a6de37b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ Number failing in ${first.engine} engine but pass in ${second.engine} engine: ${
if (failureFirstPassingSecond.isNotEmpty()) {
if (failureFirstPassingSecond.size < 10) {
this.appendLine(
"The following test(s) were failing in ${first.engine} but now pass in ${second.engine}. Before merging, confirm they are intended to pass: \n<details><summary>Click here to see</summary>\n\n"
"The following test(s) are failing in ${first.engine} but pass in ${second.engine}. Before merging, confirm they are intended to pass: \n<details><summary>Click here to see</summary>\n\n"
)
failureFirstPassingSecond.forEach { testName ->
this.appendLine("- ${testName}\n")
Expand Down

0 comments on commit a6de37b

Please sign in to comment.