diff options
| author | Florian Dold <florian@dold.me> | 2021-10-20 13:06:31 +0200 |
|---|---|---|
| committer | Florian Dold <florian@dold.me> | 2021-10-20 13:06:31 +0200 |
| commit | 589c2a338284e038cf03e4c8734671c8f9f8ebda (patch) | |
| tree | 0f07d709abed8f4a90cf0866ea99756055e80950 /packages/taler-wallet-cli/src/integrationtests/test-refund.ts | |
| parent | c3570484a8e2cd342d274e8cdb4ea0fe41c8de50 (diff) | |
wallet-cli: benchmarking
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-refund.ts')
| -rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-refund.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-refund.ts b/packages/taler-wallet-cli/src/integrationtests/test-refund.ts index 1808f7d73..f11771922 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-refund.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-refund.ts @@ -19,8 +19,8 @@ */ import { durationFromSpec } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; -import { GlobalTestState, MerchantPrivateApi } from "./harness"; -import { createSimpleTestkudosEnvironment, withdrawViaBank } from "./helpers"; +import { GlobalTestState, MerchantPrivateApi } from "../harness/harness.js"; +import { createSimpleTestkudosEnvironment, withdrawViaBank } from "../harness/helpers.js"; /** * Run test for basic, bank-integrated withdrawal. |
