summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src/test-payment-claim.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-integrationtests/src/test-payment-claim.ts')
-rw-r--r--packages/taler-integrationtests/src/test-payment-claim.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-integrationtests/src/test-payment-claim.ts b/packages/taler-integrationtests/src/test-payment-claim.ts
index 3755394fd..6aed7e9e1 100644
--- a/packages/taler-integrationtests/src/test-payment-claim.ts
+++ b/packages/taler-integrationtests/src/test-payment-claim.ts
@@ -102,8 +102,7 @@ runTest(async (t: GlobalTestState) => {
});
t.assertTrue(
- err.operationError.code ===
- TalerErrorCode.WALLET_ORDER_ALREADY_CLAIMED,
+ err.operationError.code === TalerErrorCode.WALLET_ORDER_ALREADY_CLAIMED,
);
await t.shutdown();