diff options
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts b/packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts index 1586e2a72..bdeaf3e68 100644 --- a/packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts +++ b/packages/taler-harness/src/integrationtests/test-wallet-balance-notifications.ts @@ -24,7 +24,7 @@ import { } from "@gnu-taler/taler-util"; import { WalletApiOperation } from "@gnu-taler/taler-wallet-core"; import { GlobalTestState } from "../harness/harness.js"; -import { createSimpleTestkudosEnvironmentV3 } from "../harness/helpers.js"; +import { createSimpleTestkudosEnvironmentV3 } from "../harness/environments.js"; /** * Test behavior when an order is deleted while the wallet is paying for it. |