aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-deposit.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-deposit.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-deposit.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-deposit.ts b/packages/taler-harness/src/integrationtests/test-deposit.ts
index d4bfa3da5..1f50377f2 100644
--- a/packages/taler-harness/src/integrationtests/test-deposit.ts
+++ b/packages/taler-harness/src/integrationtests/test-deposit.ts
@@ -18,6 +18,7 @@
* Imports.
*/
import {
+ AmountString,
NotificationType,
TransactionMajorState,
TransactionMinorState,
@@ -74,7 +75,7 @@ export async function runDepositTest(t: GlobalTestState) {
const depositGroupResult = await walletClient.client.call(
WalletApiOperation.CreateDepositGroup,
{
- amount: "TESTKUDOS:10",
+ amount: "TESTKUDOS:10" as AmountString,
depositPaytoUri: generateRandomPayto("foo"),
transactionId: depositTxId,
},