Fix CI error message in CI (#1333)

This commit is contained in:
Andrew Lamb 2024-07-08 07:37:00 -04:00 committed by GitHub
parent 66b4ec8486
commit 17e5c0c1b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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!(