mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-24 08:43:43 +00:00
Use self.expected() more
This commit is contained in:
parent
f18fbe5cda
commit
45c9aa1cc2
2 changed files with 4 additions and 10 deletions
|
@ -949,7 +949,7 @@ fn parse_create_table() {
|
|||
assert!(res
|
||||
.unwrap_err()
|
||||
.to_string()
|
||||
.contains("Unexpected token in column definition"));
|
||||
.contains("Expected column option, found: GARBAGE"));
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue