gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: -fix test setup


From: gnunet
Subject: [taler-wallet-core] branch master updated: -fix test setup
Date: Mon, 05 Sep 2022 22:33:56 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 03b2e064 -fix test setup
03b2e064 is described below

commit 03b2e064c23382a0251a3b91bec1f8430acf6c95
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Sep 5 22:33:51 2022 +0200

    -fix test setup
---
 packages/taler-wallet-cli/src/harness/helpers.ts | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/harness/helpers.ts 
b/packages/taler-wallet-cli/src/harness/helpers.ts
index 08c865ec..aa970f76 100644
--- a/packages/taler-wallet-cli/src/harness/helpers.ts
+++ b/packages/taler-wallet-cli/src/harness/helpers.ts
@@ -124,7 +124,11 @@ export async function createSimpleTestkudosEnvironment(
     exchange.enableAgeRestrictions(ageMaskSpec);
     // Enable age restriction for all coins.
     exchange.addCoinConfigList(
-      coinConfig.map((x) => ({ ...x, ageRestricted: true })),
+      coinConfig.map((x) => ({
+        ...x,
+        name: `${x.name}-age`,
+        ageRestricted: true,
+      })),
     );
     // For mixed age restrictions, we also offer coins without age restrictions
     if (opts.mixedAgeRestriction) {

-- 
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]