aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/src/integrationtests/test-deposit.ts
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-02-03 14:35:29 +0100
committerMS <ms@taler.net>2021-02-03 14:35:29 +0100
commita98a7cd0517fec269e4720756226ef6226216264 (patch)
tree2e66cc6914db828484f596a6e66a113c412e25ba /packages/taler-wallet-cli/src/integrationtests/test-deposit.ts
parenta3b84dca53dc78ee8db1353d828898c6aa07be9a (diff)
downloadwallet-core-a98a7cd0517fec269e4720756226ef6226216264.tar.gz
wallet-core-a98a7cd0517fec269e4720756226ef6226216264.tar.bz2
wallet-core-a98a7cd0517fec269e4720756226ef6226216264.zip
prettified sources
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-deposit.ts')
-rw-r--r--packages/taler-wallet-cli/src/integrationtests/test-deposit.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-deposit.ts b/packages/taler-wallet-cli/src/integrationtests/test-deposit.ts
index 3e59a6cce..905cf8af5 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-deposit.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-deposit.ts
@@ -18,10 +18,7 @@
* Imports.
*/
import { GlobalTestState } from "./harness";
-import {
- createSimpleTestkudosEnvironment,
- withdrawViaBank,
-} from "./helpers";
+import { createSimpleTestkudosEnvironment, withdrawViaBank } from "./helpers";
/**
* Run test for basic, bank-integrated withdrawal and payment.
@@ -59,7 +56,7 @@ export async function runDepositTest(t: GlobalTestState) {
const trackResult = wallet.trackDepositGroup({
depositGroupId,
- })
+ });
console.log(JSON.stringify(trackResult, undefined, 2));
}