From 589c2a338284e038cf03e4c8734671c8f9f8ebda Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 20 Oct 2021 13:06:31 +0200 Subject: wallet-cli: benchmarking --- packages/taler-wallet-cli/src/integrationtests/test-revocation.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/taler-wallet-cli/src/integrationtests/test-revocation.ts') diff --git a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts index fc1ffb267..276c532b5 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-revocation.ts @@ -18,7 +18,7 @@ * Imports. */ import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; -import { CoinConfig } from "./denomStructures"; +import { CoinConfig } from "../harness/denomStructures"; import { GlobalTestState, ExchangeService, @@ -27,12 +27,12 @@ import { setupDb, BankService, delayMs, -} from "./harness"; +} from "../harness/harness.js"; import { withdrawViaBank, makeTestPayment, SimpleTestEnvironment, -} from "./helpers"; +} from "../harness/helpers.js"; async function revokeAllWalletCoins(req: { wallet: WalletCli; -- cgit v1.2.3