diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-17 14:16:19 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-17 14:16:34 +0100 |
commit | 12809b28ec6fb7a9b5a846faa9c652f7c3fd63e1 (patch) | |
tree | e05399cfda8d2ae724120e7fb6c7686ea713f601 /src/testing | |
parent | 63879d9d20986e66e847f1e19b16f5f2a60ee469 (diff) |
-misc fixes
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/test_exchange_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_exchange_api.c b/src/testing/test_exchange_api.c index f3a9fdd53..5d3465dff 100644 --- a/src/testing/test_exchange_api.c +++ b/src/testing/test_exchange_api.c @@ -850,7 +850,7 @@ run (void *cls, * Run transfers. This will do the transfer as refund deadline * was 0, except of course because the refund succeeded, the * transfer should no longer be done. - */// + */ CMD_EXEC_AGGREGATOR ("run-aggregator-3b"), /* check that aggregator didn't do anything, as expected */ TALER_TESTING_cmd_check_bank_empty ("check-refund-fast-not-run"), |