mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
Fix CI error message in CI (#1333)
This commit is contained in:
parent
66b4ec8486
commit
17e5c0c1b6
1 changed files with 1 additions and 1 deletions
|
@ -8970,7 +8970,7 @@ fn parse_trailing_comma() {
|
|||
trailing_commas
|
||||
.parse_sql_statements("REVOKE USAGE, SELECT, ON p TO u")
|
||||
.unwrap_err(),
|
||||
ParserError::ParserError("Expected a privilege keyword, found: ON".to_string())
|
||||
ParserError::ParserError("Expected: a privilege keyword, found: ON".to_string())
|
||||
);
|
||||
|
||||
assert_eq!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue