aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts b/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts
index 0f1efd35e..7b101bc18 100644
--- a/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts
+++ b/packages/taler-harness/src/integrationtests/test-wallet-refresh-errors.ts
@@ -80,7 +80,7 @@ export async function runWalletRefreshErrorsTest(t: GlobalTestState) {
await walletClient.call(WalletApiOperation.ForceRefresh, {
refreshCoinSpecs: [
{
- coinPub: coinDump.coins[0].coin_pub,
+ coinPub: coinDump.coins[0].coinPub,
amount: "TESTKUDOS:3" as AmountString,
},
],
@@ -95,7 +95,7 @@ export async function runWalletRefreshErrorsTest(t: GlobalTestState) {
await walletClient.call(WalletApiOperation.ForceRefresh, {
refreshCoinSpecs: [
{
- coinPub: coinDump.coins[0].coin_pub,
+ coinPub: coinDump.coins[0].coinPub,
amount: "TESTKUDOS:3" as AmountString,
},
],