taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 417c1d10592cba097bf4c928c160dc2278c1636c
parent 63cd73839548b6c00aa400746d2f84b2b973b098
Author: Florian Dold <florian@dold.me>
Date:   Wed, 23 Apr 2025 21:58:23 +0200

harness: fix test

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-kyc-deposit-deposit.ts | 2+-
Mpackages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-kyc-deposit-deposit.ts b/packages/taler-harness/src/integrationtests/test-kyc-deposit-deposit.ts @@ -116,7 +116,7 @@ export async function runKycDepositDepositTest(t: GlobalTestState) { major: TransactionMajorState.Done, }, { - major: TransactionMajorState.Pending, + major: TransactionMajorState.Finalizing, minor: TransactionMinorState.Track, }, ], diff --git a/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts b/packages/taler-harness/src/integrationtests/test-timetravel-withdraw.ts @@ -24,11 +24,11 @@ import { j2s, } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; -import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, withdrawViaBankV3, } from "../harness/environments.js"; +import { GlobalTestState } from "../harness/harness.js"; /** * Basic time travel test.