Skip to content

Commit

Permalink
jmap_util: fix tests for new jmap_patchobject_create signature
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Stepanek <rsto@fastmailteam.com>
  • Loading branch information
rsto authored and ksmurchison committed Jul 7, 2023
1 parent 018ed76 commit 552744d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cunit/jmap_util.testc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ static void test_patchobject_create(void)
json_t *jdst = json_loads(dst, JSON_DECODE_ANY, NULL); \
\
json_t *jwant = json_loads(want, JSON_DECODE_ANY, NULL); \
json_t *jdiff = jmap_patchobject_create(jsrc, jdst); \
json_t *jdiff = jmap_patchobject_create(jsrc, jdst, 0); \
CU_ASSERT_PTR_NOT_NULL(jdiff); \
\
char *swant = json_dumps(jwant, JSON_SORT_KEYS|JSON_ENCODE_ANY); \
Expand Down

0 comments on commit 552744d

Please sign in to comment.