taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 981ef46267e0b1768b455307ab783874c3006262
parent 03810fd2485f51966a1b805e4aaaedccad5a5f60
Author: Florian Dold <florian@dold.me>
Date:   Tue,  5 Jan 2021 11:26:29 +0100

fix import

Diffstat:
Mpackages/taler-integrationtests/src/test-timetravel-autorefresh.ts | 30+++++++++++++-----------------
1 file 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 @@ -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,