gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: avoid hard-coded values


From: gnunet
Subject: [taler-wallet-core] branch master updated: avoid hard-coded values
Date: Thu, 06 May 2021 14:41:33 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 3a6cee4a avoid hard-coded values
3a6cee4a is described below

commit 3a6cee4a62dc968984817456d3cce02357597c71
Author: ms <ms@taler.net>
AuthorDate: Thu May 6 14:41:29 2021 +0200

    avoid hard-coded values
---
 packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund.ts 
b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund.ts
index a0e94fe5..c554f5ea 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-libeufin-refund.ts
@@ -75,7 +75,7 @@ export async function runLibeufinRefundTest(t: 
GlobalTestState) {
   // Counterpart checks whether the reimbursement shows up.
   let history = await LibeufinSandboxApi.getAccountTransactions(
     libeufinServices.libeufinSandbox,
-    "remote-account-01"
+    user01sandbox.ebicsBankAccount["label"]
   );
 
   t.assertTrue(history["payments"].length == 1)

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