diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:20:12 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-16 20:20:12 +0100 |
commit | 80b5433b24772c1050692461f168b535e69eb4dc (patch) | |
tree | 167014dcbf88d1202e5d9e1f7456c6aa1526a866 /src/lib/testing_api_cmd_deposit.c | |
parent | 9041b899af4fd262e6b41d0d3abcd678cf6346dd (diff) |
separate tests, address FIXMEs
Diffstat (limited to 'src/lib/testing_api_cmd_deposit.c')
-rw-r--r-- | src/lib/testing_api_cmd_deposit.c | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/src/lib/testing_api_cmd_deposit.c b/src/lib/testing_api_cmd_deposit.c index 7c7e4936..8eefd7be 100644 --- a/src/lib/testing_api_cmd_deposit.c +++ b/src/lib/testing_api_cmd_deposit.c @@ -493,15 +493,14 @@ deposit_traits (void *cls, * @return the command. */ struct TALER_TESTING_Command -TALER_TESTING_cmd_deposit - (const char *label, - const char *coin_reference, - unsigned int coin_index, - const char *target_account_payto, - const char *contract_terms, - struct GNUNET_TIME_Relative refund_deadline, - const char *amount, - unsigned int expected_response_code) +TALER_TESTING_cmd_deposit (const char *label, + const char *coin_reference, + unsigned int coin_index, + const char *target_account_payto, + const char *contract_terms, + struct GNUNET_TIME_Relative refund_deadline, + const char *amount, + unsigned int expected_response_code) { struct DepositState *ds; json_t *wire_details; |