aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/cta/Refund.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/cta/Refund.test.ts')
-rw-r--r--packages/taler-wallet-webextension/src/cta/Refund.test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/Refund.test.ts b/packages/taler-wallet-webextension/src/cta/Refund.test.ts
index 78fdc3560..3eff42e90 100644
--- a/packages/taler-wallet-webextension/src/cta/Refund.test.ts
+++ b/packages/taler-wallet-webextension/src/cta/Refund.test.ts
@@ -82,7 +82,7 @@ describe("Refund CTA states", () => {
name: "the merchant name",
},
orderId: "orderId1",
- summary: "the sumary",
+ summary: "the summary",
},
} as PrepareRefundResult as any),
applyRefund: async () => ({}),
@@ -131,7 +131,7 @@ describe("Refund CTA states", () => {
name: "the merchant name",
},
orderId: "orderId1",
- summary: "the sumary",
+ summary: "the summary",
},
} as PrepareRefundResult as any),
applyRefund: async () => ({}),
@@ -207,7 +207,7 @@ describe("Refund CTA states", () => {
name: "the merchant name",
},
orderId: "orderId1",
- summary: "the sumary",
+ summary: "the summary",
},
} as PrepareRefundResult as any),
applyRefund: async () => ({}),