diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 15:35:45 +0200 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2018-05-17 15:35:45 +0200 |
commit | 5e1178a74b9d581910bb1067a195e59f3c6ddcd2 (patch) | |
tree | fd526a2d916a8705c312e2659ed5d28c3cfb7eff /src/exchange-lib/test_exchange_api_twisted.c | |
parent | c0c5bd3ba70d6e75bbcc1cb9cb275569e451a5e4 (diff) |
Trigger double(-successful) refund.
Diffstat (limited to 'src/exchange-lib/test_exchange_api_twisted.c')
-rw-r--r-- | src/exchange-lib/test_exchange_api_twisted.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange-lib/test_exchange_api_twisted.c b/src/exchange-lib/test_exchange_api_twisted.c index 6542a3f0..36214cce 100644 --- a/src/exchange-lib/test_exchange_api_twisted.c +++ b/src/exchange-lib/test_exchange_api_twisted.c @@ -303,6 +303,9 @@ run (void *cls, "EUR:0.000001", "deposit-refund-1"), + /* Last CMD be "money gone". Do + * aggregate before exec'ing it (!). */ + TALER_TESTING_cmd_end () }; |