aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src/test-revocation.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-09-04 12:04:11 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-09-04 12:04:11 +0530
commit3c57820df0711f301e69adb0f4b8a91f0905cc0c (patch)
tree5be12160a8061ce7954c7552ed861a443e3f57a5 /packages/taler-integrationtests/src/test-revocation.ts
parentc7a2abedbabe9142ce9a15902f90a5d1f4b36f05 (diff)
formatting, import
Diffstat (limited to 'packages/taler-integrationtests/src/test-revocation.ts')
-rw-r--r--packages/taler-integrationtests/src/test-revocation.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-integrationtests/src/test-revocation.ts b/packages/taler-integrationtests/src/test-revocation.ts
index 32ac3f0dc..32cb5d620 100644
--- a/packages/taler-integrationtests/src/test-revocation.ts
+++ b/packages/taler-integrationtests/src/test-revocation.ts
@@ -33,9 +33,9 @@ import {
import { CoinDumpJson } from "taler-wallet-core";
async function revokeAllWalletCoins(req: {
- wallet: WalletCli,
- exchange: ExchangeService,
- merchant: MerchantService,
+ wallet: WalletCli;
+ exchange: ExchangeService;
+ merchant: MerchantService;
}): Promise<void> {
const { wallet, exchange, merchant } = req;
const coinDump = await wallet.dumpCoins();