From 40279ae7f0520b25f5aecf5b2318a1bb5772c10c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 19 Jan 2023 16:16:42 -0300 Subject: pretty --- .../taler-harness/src/integrationtests/test-payment-multiple.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'packages/taler-harness/src/integrationtests/test-payment-multiple.ts') diff --git a/packages/taler-harness/src/integrationtests/test-payment-multiple.ts b/packages/taler-harness/src/integrationtests/test-payment-multiple.ts index 46325c05f..25e19ae8e 100644 --- a/packages/taler-harness/src/integrationtests/test-payment-multiple.ts +++ b/packages/taler-harness/src/integrationtests/test-payment-multiple.ts @@ -25,15 +25,13 @@ import { MerchantService, WalletCli, MerchantPrivateApi, - getPayto + getPayto, } from "../harness/harness.js"; import { withdrawViaBank } from "../harness/helpers.js"; import { coin_ct10, coin_u1 } from "../harness/denomStructures.js"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; -async function setupTest( - t: GlobalTestState, -): Promise<{ +async function setupTest(t: GlobalTestState): Promise<{ merchant: MerchantService; exchange: ExchangeService; bank: BankService; -- cgit v1.2.3