Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Dec 27, 2024
1 parent db1f0ff commit 567d4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/batch/types/map.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ select jsonb_populate_map(
query ?
select jsonb_populate_map(
MAP {'a': 1, 'b': 2},
'{"b": "3", "c": "4"}'::jsonb
'{"b": "3", "c": 4}'::jsonb
);
----
{a:1,b:3,c:4}
Expand Down

0 comments on commit 567d4a7

Please sign in to comment.