diff options
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts')
-rw-r--r-- | packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts b/packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts index 82d551948..16c564eab 100644 --- a/packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts +++ b/packages/taler-harness/src/integrationtests/test-withdrawal-handover.ts @@ -29,7 +29,7 @@ import { GlobalTestState } from "../harness/harness.js"; import { createSimpleTestkudosEnvironmentV3, createWalletDaemonWithClient, -} from "../harness/helpers.js"; +} from "../harness/environments.js"; /** * Test handing over a withdrawal to another wallet. |