Skip to content

Commit dc339eb

Browse files
committed
Fix unit test
1 parent dc0d8bf commit dc339eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4289,10 +4289,7 @@ fn test_simple_postgres_insert_with_alias() {
42894289
body: Box::new(SetExpr::Values(Values {
42904290
explicit_row: false,
42914291
rows: vec![vec![
4292-
Expr::Identifier(Ident {
4293-
value: "DEFAULT".to_string(),
4294-
quote_style: None
4295-
}),
4292+
Expr::Default,
42964293
Expr::Value(Value::Number(
42974294
bigdecimal::BigDecimal::new(123.into(), 0),
42984295
false

0 commit comments

Comments
 (0)