diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-07-24 09:00:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-07-24 09:00:35 +0200 |
commit | 42decef957861689c41d16a0dcfa8af3d9052816 (patch) | |
tree | ed55c4e5a2e2a4b8d2880fe10c8f82173cf0a11e /src/json/test_json.c | |
parent | 325b60989faadb54213af578bb9b1b705d022726 (diff) |
fix #6939 in exchange
Diffstat (limited to 'src/json/test_json.c')
-rw-r--r-- | src/json/test_json.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/json/test_json.c b/src/json/test_json.c index bedea76ac..e312a4ed3 100644 --- a/src/json/test_json.c +++ b/src/json/test_json.c @@ -36,7 +36,9 @@ test_amount (void) struct TALER_Amount a1; struct TALER_Amount a2; struct GNUNET_JSON_Specification spec[] = { - TALER_JSON_spec_amount ("amount", &a2), + TALER_JSON_spec_amount ("amount", + "EUR", + &a2), GNUNET_JSON_spec_end () }; |