From bb369f2e2ab7838751ce9aae2e23622be1391586 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Sep 2020 19:07:14 +0530 Subject: auto-format --- packages/taler-wallet-core/src/operations/testing.ts | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/testing.ts') diff --git a/packages/taler-wallet-core/src/operations/testing.ts b/packages/taler-wallet-core/src/operations/testing.ts index f1b2d98ff..0a83773ab 100644 --- a/packages/taler-wallet-core/src/operations/testing.ts +++ b/packages/taler-wallet-core/src/operations/testing.ts @@ -33,7 +33,11 @@ import { Wallet } from "../wallet"; import { Amounts } from "../util/amounts"; import { NodeHttpLib } from "../headless/NodeHttpLib"; import { getDefaultNodeWallet } from "../headless/helpers"; -import { TestPayArgs, PreparePayResultType, IntegrationTestArgs } from "../types/walletTypes"; +import { + TestPayArgs, + PreparePayResultType, + IntegrationTestArgs, +} from "../types/walletTypes"; const logger = new Logger("operations/testing.ts"); @@ -410,7 +414,10 @@ export async function testPay( args: TestPayArgs, ) { logger.trace("creating order"); - const merchant = { apikey: args.merchantApiKey, baseUrl: args.merchantBaseUrl }; + const merchant = { + apikey: args.merchantApiKey, + baseUrl: args.merchantBaseUrl, + }; const orderResp = await createOrder( http, merchant, -- cgit v1.2.3