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 f232251 commit db1f0ff
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 @@ -152,7 +152,7 @@ select jsonb_populate_map(

query ?
select jsonb_populate_map(
MAP {'a': '1', 'b': '2'},
MAP {'a': 1, 'b': 2},
'{"b": "3", "c": "4"}'::jsonb
);
----
Expand Down

0 comments on commit db1f0ff

Please sign in to comment.