diff options
| author | Christian Grothoff <christian@grothoff.org> | 2015-08-14 15:06:26 +0200 |
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2015-08-14 15:06:26 +0200 |
| commit | 6173324cd938f658006a652d9b10acd8235f6d88 (patch) | |
| tree | 99426aaf35950c11f333ad5634b719b6ea3ad2af /src/mint-lib | |
| parent | c1df2e628379a22068657e144bd34812c305350a (diff) | |
fix typo
Diffstat (limited to 'src/mint-lib')
| -rw-r--r-- | src/mint-lib/test_mint_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/test_mint_api.c b/src/mint-lib/test_mint_api.c index 4b1b0f22..19b50373 100644 --- a/src/mint-lib/test_mint_api.c +++ b/src/mint-lib/test_mint_api.c @@ -1948,7 +1948,6 @@ run (void *cls, .details.refresh_melt.melted_coins = melt_coins_1, .details.refresh_melt.fresh_amounts = melt_fresh_amounts_1 }, -#if TEST_REFRESH /* Complete (successful) melt operation, and withdraw the coins */ { .oc = OC_REFRESH_REVEAL, @@ -1956,6 +1955,7 @@ run (void *cls, .expected_response_code = MHD_HTTP_OK, .details.refresh_reveal.melt_ref = "refresh-melt-1" }, +#if TEST_REFRESH /* Test that /refresh/link works */ { .oc = OC_REFRESH_LINK, |
