From 194eeea6aaf4ab401825aa07073b3e0a4f9d3c1b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 19 Feb 2024 20:07:37 +0100 Subject: restructure --- .../taler-harness/src/integrationtests/test-wallet-dbless.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'packages/taler-harness/src/integrationtests/test-wallet-dbless.ts') diff --git a/packages/taler-harness/src/integrationtests/test-wallet-dbless.ts b/packages/taler-harness/src/integrationtests/test-wallet-dbless.ts index 32534f2c8..1c4c16e0f 100644 --- a/packages/taler-harness/src/integrationtests/test-wallet-dbless.ts +++ b/packages/taler-harness/src/integrationtests/test-wallet-dbless.ts @@ -25,17 +25,19 @@ import { TalerError, } from "@gnu-taler/taler-util"; import { - checkReserve, CryptoDispatcher, + SynchronousCryptoWorkerFactoryPlain, + Wallet, +} from "@gnu-taler/taler-wallet-core"; +import { + checkReserve, depositCoin, downloadExchangeInfo, findDenomOrThrow, refreshCoin, - SynchronousCryptoWorkerFactoryPlain, topupReserveWithDemobank, - Wallet, withdrawCoin, -} from "@gnu-taler/taler-wallet-core"; +} from "@gnu-taler/taler-wallet-core/dbless"; import { GlobalTestState, harnessHttpLib } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV2 } from "../harness/helpers.js"; -- cgit v1.2.3