summaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-exchange-purse.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-exchange-purse.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-exchange-purse.ts12
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-exchange-purse.ts b/packages/taler-harness/src/integrationtests/test-exchange-purse.ts
index c3815e1de..8ff740732 100644
--- a/packages/taler-harness/src/integrationtests/test-exchange-purse.ts
+++ b/packages/taler-harness/src/integrationtests/test-exchange-purse.ts
@@ -32,17 +32,19 @@ import {
TalerPreciseTimestamp,
} from "@gnu-taler/taler-util";
import {
- checkReserve,
CryptoDispatcher,
- downloadExchangeInfo,
EncryptContractRequest,
- findDenomOrThrow,
SpendCoinDetails,
SynchronousCryptoWorkerFactoryPlain,
- topupReserveWithDemobank,
Wallet,
- withdrawCoin,
} from "@gnu-taler/taler-wallet-core";
+import {
+ checkReserve,
+ downloadExchangeInfo,
+ findDenomOrThrow,
+ topupReserveWithDemobank,
+ withdrawCoin,
+} from "@gnu-taler/taler-wallet-core/dbless";
import { GlobalTestState, harnessHttpLib } from "../harness/harness.js";
import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js";