From 84adb1e78e49057cdcee15c71ad788f56bb0fff9 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 30 Apr 2024 13:23:23 +0200 Subject: harness: test for withdrawal handover --- packages/taler-harness/src/integrationtests/testrunner.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/taler-harness/src/integrationtests/testrunner.ts') diff --git a/packages/taler-harness/src/integrationtests/testrunner.ts b/packages/taler-harness/src/integrationtests/testrunner.ts index 2f6304773..4b23d7762 100644 --- a/packages/taler-harness/src/integrationtests/testrunner.ts +++ b/packages/taler-harness/src/integrationtests/testrunner.ts @@ -117,6 +117,7 @@ import { runWithdrawalBankIntegratedTest } from "./test-withdrawal-bank-integrat import { runWithdrawalConversionTest } from "./test-withdrawal-conversion.js"; import { runWithdrawalFakebankTest } from "./test-withdrawal-fakebank.js"; import { runWithdrawalFeesTest } from "./test-withdrawal-fees.js"; +import { runWithdrawalHandoverTest } from "./test-withdrawal-handover.js"; import { runWithdrawalHugeTest } from "./test-withdrawal-huge.js"; import { runWithdrawalManualTest } from "./test-withdrawal-manual.js"; @@ -228,6 +229,7 @@ const allTests: TestMainFunction[] = [ runWalletRefreshErrorsTest, runPeerPullLargeTest, runPeerPushLargeTest, + runWithdrawalHandoverTest, ]; export interface TestRunSpec { -- cgit v1.2.3