gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: missing rename


From: gnunet
Subject: [taler-wallet-core] branch master updated: missing rename
Date: Wed, 29 Mar 2023 13:35:40 +0200

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 e311dc4be missing rename
e311dc4be is described below

commit e311dc4bef5e50ee7f797d5ff08309a63a43568d
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Mar 29 08:35:33 2023 -0300

    missing rename
---
 packages/taler-harness/src/integrationtests/test-kyc.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-harness/src/integrationtests/test-kyc.ts 
b/packages/taler-harness/src/integrationtests/test-kyc.ts
index bb40d9274..b7ea0ff77 100644
--- a/packages/taler-harness/src/integrationtests/test-kyc.ts
+++ b/packages/taler-harness/src/integrationtests/test-kyc.ts
@@ -311,7 +311,7 @@ export async function runKycTest(t: GlobalTestState) {
   // Withdraw
 
   const kycNotificationCond = walletClient.waitForNotificationCond((x) => {
-    if (x.type === NotificationType.WithdrawalGroupKycRequested) {
+    if (x.type === NotificationType.KycRequested) {
       return x;
     }
     return false;

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