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-integrationtests/src/test-refund-auto.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-integrationtests/src/test-refund-auto.ts') diff --git a/packages/taler-integrationtests/src/test-refund-auto.ts b/packages/taler-integrationtests/src/test-refund-auto.ts index ed80c1c3f..cd688a2b1 100644 --- a/packages/taler-integrationtests/src/test-refund-auto.ts +++ b/packages/taler-integrationtests/src/test-refund-auto.ts @@ -46,7 +46,7 @@ runTest(async (t: GlobalTestState) => { fulfillment_url: "taler://fulfillment-success/thx", auto_refund: { d_ms: 3000, - } + }, }, }); @@ -88,8 +88,8 @@ runTest(async (t: GlobalTestState) => { // The wallet should now automatically pick up the refund. await wallet.runUntilDone(); - - const transactions = await wallet.getTransactions() + + const transactions = await wallet.getTransactions(); console.log(JSON.stringify(transactions, undefined, 2)); const transactionTypes = transactions.transactions.map((x) => x.type); -- cgit v1.2.3