aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/testrunner.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/integrationtests/testrunner.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/testrunner.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/taler-harness/src/integrationtests/testrunner.ts b/packages/taler-harness/src/integrationtests/testrunner.ts
index b5afa5d5b..780fcf394 100644
--- a/packages/taler-harness/src/integrationtests/testrunner.ts
+++ b/packages/taler-harness/src/integrationtests/testrunner.ts
@@ -98,6 +98,7 @@ import { runWalletCryptoWorkerTest } from "./test-wallet-cryptoworker.js";
import { runWithdrawalHighTest } from "./test-withdrawal-high.js";
import { runKycTest } from "./test-kyc.js";
import { runPaymentAbortTest } from "./test-payment-abort.js";
+import { runWithdrawalFeesTest } from "./test-withdrawal-fees.js";
/**
* Test runner.
@@ -185,6 +186,7 @@ const allTests: TestMainFunction[] = [
runWithdrawalAbortBankTest,
runWithdrawalBankIntegratedTest,
runWithdrawalFakebankTest,
+ runWithdrawalFeesTest,
runWithdrawalHighTest,
];