Skip to content

Commit 17e5c0c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_common.rs

+1-1
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)