diff --git a/test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/ConformanceComparison.kt b/test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/ConformanceComparison.kt index d4f6957ada..c3a8a9fd7e 100644 --- a/test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/ConformanceComparison.kt +++ b/test/partiql-tests-runner/src/main/kotlin/org/partiql/runner/ConformanceComparison.kt @@ -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
Click here to see\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
Click here to see\n\n" ) failureFirstPassingSecond.forEach { testName -> this.appendLine("- ${testName}\n")