aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-wallettesting.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallettesting.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-wallettesting.ts7
1 files changed, 2 insertions, 5 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallettesting.ts b/packages/taler-harness/src/integrationtests/test-wallettesting.ts
index 6b4444d07..ec393204f 100644
--- a/packages/taler-harness/src/integrationtests/test-wallettesting.ts
+++ b/packages/taler-harness/src/integrationtests/test-wallettesting.ts
@@ -31,11 +31,9 @@ import {
GlobalTestState,
MerchantService,
setupDb,
- WalletCli,
generateRandomPayto,
} from "../harness/harness.js";
import {
- SimpleTestEnvironment,
SimpleTestEnvironmentNg,
createWalletDaemonWithClient,
} from "../harness/helpers.js";
@@ -125,9 +123,8 @@ export async function createMyEnvironment(
* Run test for basic, bank-integrated withdrawal.
*/
export async function runWallettestingTest(t: GlobalTestState) {
- const { walletClient, bank, exchange, merchant } = await createMyEnvironment(
- t,
- );
+ const { walletClient, bank, exchange, merchant } =
+ await createMyEnvironment(t);
await walletClient.call(WalletApiOperation.RunIntegrationTest, {
amountToSpend: "TESTKUDOS:5" as AmountString,