diff options
-rw-r--r-- | packages/taler-integrationtests/src/test-timetravel-autorefresh.ts | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts b/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts index 24e9116df..382051c8a 100644 --- a/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts +++ b/packages/taler-integrationtests/src/test-timetravel-autorefresh.ts @@ -18,28 +18,24 @@ * Imports. */ import { - runTest, + ConfirmPayResultType, + Duration, + durationFromSpec, + PendingOperationsResponse, + PreparePayResultType, +} from "taler-wallet-core"; +import { makeNoFeeCoinConfig } from "./denomStructures"; +import { + BankService, + ExchangeService, GlobalTestState, MerchantPrivateApi, - ExchangeService, MerchantService, - WalletCli, + runTest, setupDb, - BankService, + WalletCli, } from "./harness"; -import { - createSimpleTestkudosEnvironment, - withdrawViaBank, - startWithdrawViaBank, -} from "./helpers"; -import { - Duration, - durationFromSpec, - PreparePayResultType, - ConfirmPayResultType, -} from "taler-wallet-core"; -import { PendingOperationsResponse } from "taler-wallet-core/lib/types/pending"; -import { defaultCoinConfig, makeNoFeeCoinConfig } from "./denomStructures"; +import { startWithdrawViaBank, withdrawViaBank } from "./helpers"; async function applyTimeTravel( timetravelDuration: Duration, |