diff options
Diffstat (limited to 'packages/taler-harness/src')
| -rw-r--r-- | packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts index 4817b572a..26f70a5cc 100644 --- a/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts +++ b/packages/taler-harness/src/integrationtests/test-peer-to-peer-push.ts @@ -89,6 +89,8 @@ export async function runPeerToPeerPushTest(t: GlobalTestState) {      console.log(resp);    } +  await w1.walletClient.call(WalletApiOperation.TestingWaitRefreshesFinal, {}); +    const resp = await w1.walletClient.call(      WalletApiOperation.InitiatePeerPushDebit,      {  | 
