aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-04-30 11:50:59 +0200
committerFlorian Dold <florian@dold.me>2024-04-30 11:51:07 +0200
commit8b5d1276b9d9043e85cba91704c908ff544916e0 (patch)
treebc558f2ec7fb7b77731c5afd3838567e32c7eb4f /packages/taler-harness/src/integrationtests
parent22709ff4e2918a8d0e528539d11d761381920b45 (diff)
downloadwallet-core-8b5d1276b9d9043e85cba91704c908ff544916e0.tar.xz
wallet-core: new states for withdrawal, prepare/confirm requests
Diffstat (limited to 'packages/taler-harness/src/integrationtests')
-rw-r--r--packages/taler-harness/src/integrationtests/test-currency-scope.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-currency-scope.ts b/packages/taler-harness/src/integrationtests/test-currency-scope.ts
index e07a8f47b..058941e16 100644
--- a/packages/taler-harness/src/integrationtests/test-currency-scope.ts
+++ b/packages/taler-harness/src/integrationtests/test-currency-scope.ts
@@ -18,7 +18,7 @@
* Imports.
*/
import { Duration, j2s } from "@gnu-taler/taler-util";
-import { Wallet, WalletApiOperation } from "@gnu-taler/taler-wallet-core";
+import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
import { defaultCoinConfig } from "../harness/denomStructures.js";
import {
BankService,
@@ -30,7 +30,6 @@ import {
} from "../harness/harness.js";
import {
createWalletDaemonWithClient,
- makeTestPaymentV2,
withdrawViaBankV2,
} from "../harness/helpers.js";