gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: fixing test


From: gnunet
Subject: [taler-wallet-core] branch master updated: fixing test
Date: Tue, 28 Nov 2023 23:11:02 +0100

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 69431782c fixing test
69431782c is described below

commit 69431782c41d23f25a31ae2e9d3fa24a74d36000
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Nov 28 19:10:50 2023 -0300

    fixing test
---
 packages/taler-wallet-webextension/src/cta/Withdraw/test.ts | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/packages/taler-wallet-webextension/src/cta/Withdraw/test.ts 
b/packages/taler-wallet-webextension/src/cta/Withdraw/test.ts
index 108f5d005..5b5530f1c 100644
--- a/packages/taler-wallet-webextension/src/cta/Withdraw/test.ts
+++ b/packages/taler-wallet-webextension/src/cta/Withdraw/test.ts
@@ -25,6 +25,7 @@ import {
   ExchangeEntryStatus,
   ExchangeListItem,
   ExchangeTosStatus,
+  ScopeType,
 } from "@gnu-taler/taler-util";
 import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
 import { expect } from "chai";
@@ -159,6 +160,11 @@ describe("Withdraw CTA states", () => {
         amountEffective: "ARS:2" as AmountString,
         paytoUris: ["payto://"],
         tosAccepted: true,
+        scopeInfo: {
+          currency: "ARS",
+          type: ScopeType.Exchange,
+          url: "http://asd";
+        },
         withdrawalAccountList: [],
         ageRestrictionOptions: [],
         numCoins: 42,
@@ -223,6 +229,11 @@ describe("Withdraw CTA states", () => {
         amountRaw: "ARS:2" as AmountString,
         amountEffective: "ARS:2" as AmountString,
         paytoUris: ["payto://"],
+        scopeInfo: {
+          currency: "ARS",
+          type: ScopeType.Exchange,
+          url: "http://asd";
+        },
         tosAccepted: false,
         withdrawalAccountList: [],
         ageRestrictionOptions: [],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]