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-paywall-flow.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'packages/taler-integrationtests/src/test-paywall-flow.ts') diff --git a/packages/taler-integrationtests/src/test-paywall-flow.ts b/packages/taler-integrationtests/src/test-paywall-flow.ts index c4c5784ed..350a60dde 100644 --- a/packages/taler-integrationtests/src/test-paywall-flow.ts +++ b/packages/taler-integrationtests/src/test-paywall-flow.ts @@ -46,7 +46,7 @@ runTest(async (t: GlobalTestState) => { /** * ========================================================================= * Create an order and let the wallet pay under a session ID - * + * * We check along the way that the JSON response to /orders/{order_id} * returns the right thing. * ========================================================================= @@ -220,9 +220,7 @@ runTest(async (t: GlobalTestState) => { }); if (publicOrderStatusResp.status != 402) { - throw Error( - `expected status 402, but got ${publicOrderStatusResp.status}`, - ); + throw Error(`expected status 402, but got ${publicOrderStatusResp.status}`); } pubUnpaidStatus = codecForMerchantOrderStatusUnpaid().decode( -- cgit v1.2.3