Skip to content

Commit f67c5c0

Browse files
committed
Fix compilation error
1 parent 0f0334b commit f67c5c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5524,7 +5524,7 @@ fn test_simple_postgres_insert_with_alias() {
55245524
quote_style: None,
55255525
span: Span::empty(),
55265526
}])),
5527-
table_alias: Some(InsertTableAlias {
5527+
table_alias: Some(TableAliasWithoutColumns {
55285528
explicit: true,
55295529
alias: Ident {
55305530
value: "test_table".to_string(),

0 commit comments

Comments
 (0)