Skip to content

Commit 6685cce

Browse files
committed
Fix unit test
1 parent 1f481da commit 6685cce

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
@@ -4350,10 +4350,7 @@ fn test_simple_postgres_insert_with_alias() {
43504350
body: Box::new(SetExpr::Values(Values {
43514351
explicit_row: false,
43524352
rows: vec![vec![
4353-
Expr::Identifier(Ident {
4354-
value: "DEFAULT".to_string(),
4355-
quote_style: None
4356-
}),
4353+
Expr::Default,
43574354
Expr::Value(Value::Number(
43584355
bigdecimal::BigDecimal::new(123.into(), 0),
43594356
false

0 commit comments

Comments
 (0)