gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/04: removing peerPullCreditReadyCond


From: gnunet
Subject: [taler-wallet-core] 01/04: removing peerPullCreditReadyCond
Date: Fri, 02 Jun 2023 19:26:45 +0200

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

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

commit c41d7e043798616a39c6c0a41b886ead3fa2eb9c
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Fri Jun 2 14:11:36 2023 -0300

    removing peerPullCreditReadyCond
---
 .../taler-harness/src/integrationtests/test-peer-to-peer-pull.ts    | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts 
b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts
index 557954f66..1e33afa34 100644
--- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts
+++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts
@@ -82,10 +82,6 @@ export async function runPeerToPeerPullTest(t: 
GlobalTestState) {
     ),
   );
 
-  const peerPullCreditReadyCond = wallet2.waitForNotificationCond(
-    (x) => x.type === NotificationType.PeerPullCreditReady,
-  );
-
   const resp = await wallet1.client.call(
     WalletApiOperation.InitiatePeerPullCredit,
     {
@@ -98,8 +94,6 @@ export async function runPeerToPeerPullTest(t: 
GlobalTestState) {
     },
   );
 
-  await peerPullCreditReadyCond;
-
   const checkResp = await wallet2.client.call(
     WalletApiOperation.PreparePeerPullDebit,
     {

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