Skip to content

Commit

Permalink
fix: Changes a couple query validation tests after upgrade to antlr (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanConfluent authored Feb 3, 2021
1 parent b69d74c commit 96288e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@
],
"expectedException": {
"type": "io.confluent.ksql.parser.exception.ParseFailedException",
"message": "mismatched input 'AND' expecting ';'"
"message": "mismatched input 'AND' expecting {';'"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
],
"expectedException": {
"type": "io.confluent.ksql.parser.exception.ParseFailedException",
"message": "mismatched input 'AND' expecting ';'"
"message": "mismatched input 'AND' expecting {';'"
}
},
{
Expand Down

0 comments on commit 96288e4

Please sign in to comment.