Skip to content

Commit

Permalink
Comment out header
Browse files Browse the repository at this point in the history
  • Loading branch information
beliefer committed Apr 29, 2020
1 parent 2173536 commit 460da00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,4 +1,4 @@
Automatically generated by ExpressionsSchemaSuite
<!-- Automatically generated byExpressionsSchemaSuite -->
## Summary
- Number of queries: 330
- Number of expressions that missing example: 34
Expand Down
Expand Up @@ -146,7 +146,7 @@ class ExpressionsSchemaSuite extends QueryTest with SharedSparkSession {
if (regenerateGoldenFiles) {
val missingExampleStr = missingExamples.mkString(",")
val goldenOutput = {
"Automatically generated by ExpressionsSchemaSuite\n" +
s"<!-- Automatically generated by${getClass.getSimpleName} -->\n" +
"## Summary\n" +
s" - Number of queries: ${outputs.size}\n" +
s" - Number of expressions that missing example: ${missingExamples.size}\n" +
Expand Down

0 comments on commit 460da00

Please sign in to comment.