Skip to content

Commit 1cc5f82

Browse files
lovasoaiffyio
andauthored
Update tests/sqlparser_postgres.rs
Co-authored-by: Ifeanyi Ubah <[email protected]>
1 parent 9279fb9 commit 1cc5f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_postgres.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@ fn test_json() {
28132813
}
28142814

28152815
#[test]
2816-
fn test_json_object() {
2816+
fn test_fn_arg_with_value_operator() {
28172817
match pg().verified_expr("JSON_OBJECT('name' VALUE 'value')") {
28182818
Expr::Function(Function { args: FunctionArguments::List(FunctionArgumentList { args, .. }), .. }) => {
28192819
assert!(matches!(

0 commit comments

Comments
 (0)