summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-06-02 14:11:36 -0300
committerSebastian <sebasjm@gmail.com>2023-06-02 14:11:36 -0300
commitc41d7e043798616a39c6c0a41b886ead3fa2eb9c (patch)
tree0c3f15a327a5d36eff9ce80ffe1e412b7b020f57
parent369016c5a29b300817aa61ba35845ea0b3f082ef (diff)
downloadwallet-core-c41d7e043798616a39c6c0a41b886ead3fa2eb9c.tar.gz
wallet-core-c41d7e043798616a39c6c0a41b886ead3fa2eb9c.tar.bz2
wallet-core-c41d7e043798616a39c6c0a41b886ead3fa2eb9c.zip
removing peerPullCreditReadyCond
-rw-r--r--packages/taler-harness/src/integrationtests/test-peer-to-peer-pull.ts6
1 files changed, 0 insertions, 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,
{