aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-08-05 23:19:55 +0200
committerFlorian Dold <florian@dold.me>2023-08-05 23:34:37 +0200
commit308a4282cbdde7376d88ca76e3eca967a1f02c46 (patch)
tree1a919a37095d781513109fdc3bf388af0002a437 /packages/taler-harness
parent951d1b66fa0ba0dbe7cc4f81a0de4d64b35f8fad (diff)
downloadwallet-core-308a4282cbdde7376d88ca76e3eca967a1f02c46.tar.xz
wallet-core: mock implementation of GetCurrencyInfo
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts b/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts
index d15858322..45a4391cb 100644
--- a/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts
+++ b/packages/taler-harness/src/integrationtests/test-age-restrictions-peer.ts
@@ -26,7 +26,7 @@ import {
} from "@gnu-taler/taler-util";
import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
import { defaultCoinConfig } from "../harness/denomStructures.js";
-import { GlobalTestState, WalletCli } from "../harness/harness.js";
+import { GlobalTestState } from "../harness/harness.js";
import {
createSimpleTestkudosEnvironmentV2,
createWalletDaemonWithClient,
@@ -106,7 +106,7 @@ export async function runAgeRestrictionsPeerTest(t: GlobalTestState) {
);
await wallet2.call(WalletApiOperation.ConfirmPeerPushCredit, {
- peerPushPaymentIncomingId: checkResp.peerPushPaymentIncomingId,
+ transactionId: checkResp.transactionId,
});
const peerPullCreditDoneCond = wallet2.waitForNotificationCond(