From e1a7bf4825162b4b95669ae6b4552589f4a64217 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 19 Feb 2024 19:45:26 +0100 Subject: wallet-core: better import hygiene, cleanup withdrawals --- packages/taler-wallet-core/src/testing.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-core/src/testing.ts') diff --git a/packages/taler-wallet-core/src/testing.ts b/packages/taler-wallet-core/src/testing.ts index 38b2471e3..8192bacfd 100644 --- a/packages/taler-wallet-core/src/testing.ts +++ b/packages/taler-wallet-core/src/testing.ts @@ -56,12 +56,10 @@ import { HttpRequestLibrary, readSuccessResponseJsonOrThrow, } from "@gnu-taler/taler-util/http"; -import { getRefreshesForTransaction } from "./index.js"; -import { InternalWalletState } from "./internal-wallet-state.js"; -import { checkLogicInvariant } from "./util/invariants.js"; import { getBalances } from "./balance.js"; import { createDepositGroup } from "./deposits.js"; import { fetchFreshExchange } from "./exchanges.js"; +import { InternalWalletState } from "./internal-wallet-state.js"; import { confirmPay, preparePayForUri, @@ -77,7 +75,9 @@ import { preparePeerPushCredit, } from "./pay-peer-push-credit.js"; import { initiatePeerPushDebit } from "./pay-peer-push-debit.js"; +import { getRefreshesForTransaction } from "./refresh.js"; import { getTransactionById, getTransactions } from "./transactions.js"; +import { checkLogicInvariant } from "./util/invariants.js"; import { acceptWithdrawalFromUri } from "./withdraw.js"; const logger = new Logger("operations/testing.ts"); -- cgit v1.2.3