aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-14 01:47:56 +0100
committerFlorian Dold <florian@dold.me>2021-01-14 01:47:56 +0100
commit657c4b6377d405640d353a8c5e15dbb6ac59800b (patch)
tree249ee15f83e450428af868391cb37b00c2592cf7 /packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
parente70144405cee1a2d2d0ad24b78bf610eba6cdb8d (diff)
downloadwallet-core-657c4b6377d405640d353a8c5e15dbb6ac59800b.tar.gz
wallet-core-657c4b6377d405640d353a8c5e15dbb6ac59800b.tar.bz2
wallet-core-657c4b6377d405640d353a8c5e15dbb6ac59800b.zip
merchant exchange confusion test
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-revocation.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-revocation.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
index ac989855c..0fcf7a932 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts
@@ -42,16 +42,11 @@ async function revokeAllWalletCoins(req: {
for (const coin of coinDump.coins) {
usedDenomHashes.add(coin.denom_pub_hash);
}
-
- await exchange.stop();
-
for (const x of usedDenomHashes.values()) {
await exchange.revokeDenomination(x);
}
await exchange.keyup();
-
- await exchange.start();
await exchange.pingUntilAvailable();
await merchant.stop();
await merchant.start();