Skip to content

Commit 17e5c0c

Browse files
authored
Fix CI error message in CI (apache#1333)
1 parent 66b4ec8 commit 17e5c0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sqlparser_common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8970,7 +8970,7 @@ fn parse_trailing_comma() {
89708970
trailing_commas
89718971
.parse_sql_statements("REVOKE USAGE, SELECT, ON p TO u")
89728972
.unwrap_err(),
8973-
ParserError::ParserError("Expected a privilege keyword, found: ON".to_string())
8973+
ParserError::ParserError("Expected: a privilege keyword, found: ON".to_string())
89748974
);
89758975

89768976
assert_eq!(

0 commit comments

Comments
 (0)