summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-11-02 13:40:03 +0100
committerFlorian Dold <florian@dold.me>2022-11-02 13:40:03 +0100
commitfe011321a4b65bc0736634ee2a4d9c7bf0618351 (patch)
tree5bf2b5b3eff072390c0a857431b1212fd6d134f2 /packages/taler-wallet-cli
parent87bc4a6fcd3b274f25ffe9a74196aa5f4f586b7e (diff)
downloadwallet-core-fe011321a4b65bc0736634ee2a4d9c7bf0618351.tar.gz
wallet-core-fe011321a4b65bc0736634ee2a4d9c7bf0618351.tar.bz2
wallet-core-fe011321a4b65bc0736634ee2a4d9c7bf0618351.zip
wallet-core: compute residual amount for recoup properly
Diffstat (limited to 'packages/taler-wallet-cli')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-revocation.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index 3ed071a18..0fbb4960e 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -181,6 +181,7 @@ export async function runRevocationTest(t: GlobalTestState) {
await makeTestPayment(t, { wallet, merchant, order });
wallet.deleteDatabase();
+
await withdrawViaBank(t, { wallet, bank, exchange, amount: "TESTKUDOS:15" });
const coinDump = await wallet.client.call(WalletApiOperation.DumpCoins, {});