Skip to content

Commit 3e0f63a

Browse files
committed
Fix unit test
1 parent 5c72961 commit 3e0f63a

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
@@ -4288,10 +4288,7 @@ fn test_simple_postgres_insert_with_alias() {
42884288
body: Box::new(SetExpr::Values(Values {
42894289
explicit_row: false,
42904290
rows: vec![vec![
4291-
Expr::Identifier(Ident {
4292-
value: "DEFAULT".to_string(),
4293-
quote_style: None
4294-
}),
4291+
Expr::Default,
42954292
Expr::Value(Value::Number(
42964293
bigdecimal::BigDecimal::new(123.into(), 0),
42974294
false

0 commit comments

Comments
 (0)