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-payment-multiple.ts | |
parent | c3570484a8e2cd342d274e8cdb4ea0fe41c8de50 (diff) |
wallet-cli: benchmarking
Diffstat (limited to 'packages/taler-wallet-cli/src/integrationtests/test-payment-multiple.ts')
-rw-r--r-- | packages/taler-wallet-cli/src/integrationtests/test-payment-multiple.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-wallet-cli/src/integrationtests/test-payment-multiple.ts b/packages/taler-wallet-cli/src/integrationtests/test-payment-multiple.ts index f545d5861..754c3a0e8 100644 --- a/packages/taler-wallet-cli/src/integrationtests/test-payment-multiple.ts +++ b/packages/taler-wallet-cli/src/integrationtests/test-payment-multiple.ts @@ -25,9 +25,9 @@ import { MerchantService, WalletCli, MerchantPrivateApi, -} from "./harness"; -import { withdrawViaBank } from "./helpers"; -import { coin_ct10, coin_u1 } from "./denomStructures"; +} from "../harness/harness.js"; +import { withdrawViaBank } from "../harness/helpers.js"; +import { coin_ct10, coin_u1 } from "../harness/denomStructures"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; async function setupTest( |