mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-08 01:15:00 +00:00
chore: remove redundant punctuation (#1434)
This commit is contained in:
parent
04a53e5753
commit
71318df8b9
7 changed files with 16 additions and 16 deletions
|
@ -64,7 +64,7 @@ fn test_databricks_exists() {
|
|||
let res = databricks().parse_sql_statements("SELECT EXISTS (");
|
||||
assert_eq!(
|
||||
// TODO: improve this error message...
|
||||
ParserError::ParserError("Expected: an expression:, found: EOF".to_string()),
|
||||
ParserError::ParserError("Expected: an expression, found: EOF".to_string()),
|
||||
res.unwrap_err(),
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue