diff options
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts b/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts index 004de87c8..47fb34eac 100644 --- a/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts +++ b/packages/taler-harness/src/integrationtests/test-wallet-blocked-pay-merchant.ts @@ -30,7 +30,7 @@ import { createWalletDaemonWithClient, makeTestPaymentV2, withdrawViaBankV2, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; const coinCommon = { cipher: "RSA" as const, |