From 40279ae7f0520b25f5aecf5b2318a1bb5772c10c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 19 Jan 2023 16:16:42 -0300 Subject: pretty --- .../src/integrationtests/test-peer-to-peer-push.ts | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) (limited to 'packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts') diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts index eb29a81c2..39d9b9edb 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts @@ -61,7 +61,7 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { partialContractTerms: { summary: "Hello World 😁😇", amount: "TESTKUDOS:5", - purse_expiration + purse_expiration, }, }, ); @@ -74,7 +74,7 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { partialContractTerms: { summary: "Hello World 🥺", amount: "TESTKUDOS:5", - purse_expiration + purse_expiration, }, }, ); @@ -115,16 +115,13 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) { console.log(`txn2: ${j2s(txn2)}`); const ex1 = await t.assertThrowsTalerErrorAsync(async () => { - await wallet1.client.call( - WalletApiOperation.InitiatePeerPushPayment, - { - partialContractTerms: { - summary: "(this will fail)", - amount: "TESTKUDOS:15", - purse_expiration - }, + await wallet1.client.call(WalletApiOperation.InitiatePeerPushPayment, { + partialContractTerms: { + summary: "(this will fail)", + amount: "TESTKUDOS:15", + purse_expiration, }, - ); + }); }); console.log("got expected exception detail", j2s(ex1.errorDetail)); -- cgit v1.2.3