aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/testrunner.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-03-31 17:52:57 +0200
committerFlorian Dold <florian@dold.me>2024-03-31 17:53:07 +0200
commiteb2c8d948c2b6fc75915b708ad68d53d37032981 (patch)
treedcf692f0e95c61726a986a7bec53ce6a0ac4c8a0 /packages/taler-harness/src/integrationtests/testrunner.ts
parent863e468df9d70c3d7268e96378c03b1cf7333f88 (diff)
downloadwallet-core-eb2c8d948c2b6fc75915b708ad68d53d37032981.tar.xz
wallet-core: mark coins as lost, test
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 566350770..380251b76 100644
--- a/packages/taler-harness/src/integrationtests/testrunner.ts
+++ b/packages/taler-harness/src/integrationtests/testrunner.ts
@@ -95,6 +95,7 @@ import { runWalletConfigTest } from "./test-wallet-config.js";
import { runWalletCryptoWorkerTest } from "./test-wallet-cryptoworker.js";
import { runWalletDblessTest } from "./test-wallet-dbless.js";
import { runWalletDd48Test } from "./test-wallet-dd48.js";
+import { runWalletDenomExpireTest } from "./test-wallet-denom-expire.js";
import { runWalletDevExperimentsTest } from "./test-wallet-dev-experiments.js";
import { runWalletGenDbTest } from "./test-wallet-gendb.js";
import { runWalletInsufficientBalanceTest } from "./test-wallet-insufficient-balance.js";
@@ -210,6 +211,7 @@ const allTests: TestMainFunction[] = [
runWalletInsufficientBalanceTest,
runWalletWirefeesTest,
runDenomLostTest,
+ runWalletDenomExpireTest,
];
export interface TestRunSpec {