summaryrefslogtreecommitdiff
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.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-webextension/src/cta/Refund/test.ts b/packages/taler-wallet-webextension/src/cta/Refund/test.ts
index 1566b3b5b..bc0e61fcb 100644
--- a/packages/taler-wallet-webextension/src/cta/Refund/test.ts
+++ b/packages/taler-wallet-webextension/src/cta/Refund/test.ts
@@ -260,7 +260,7 @@ describe("Refund CTA states", () => {
// expect(state.products).undefined;
// expect(state.amount).deep.eq(Amounts.parseOrThrow("EUR:2"));
// // expect(state.progress).closeTo(1 / 3, 0.01)
- // handler.notifyEventFromWallet(NotificationType.RefreshMelted);
+ // handler.notifyEventFromWallet(NotificationType.TransactionStateTransition);
// },
// (state) => {
// if (state.status !== "in-progress") expect.fail();
@@ -269,7 +269,7 @@ describe("Refund CTA states", () => {
// expect(state.products).undefined;
// expect(state.amount).deep.eq(Amounts.parseOrThrow("EUR:2"));
// // expect(state.progress).closeTo(2 / 3, 0.01)
- // handler.notifyEventFromWallet(NotificationType.RefreshMelted);
+ // handler.notifyEventFromWallet(NotificationType.TransactionStateTransition);
// },
// (state) => {
// if (state.status !== "ready") expect.fail();