aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-01-15 19:42:45 +0100
committerFlorian Dold <florian@dold.me>2024-01-15 19:42:45 +0100
commit09b8d7ada42da878e48d2732f9776d1ff2a1ca0f (patch)
tree5b4a861f05972361f56c7ab2d6a0d82e0661c309 /packages/taler-harness
parentcc07d767abb0c1ba37be92014b06a94d3a3206d9 (diff)
downloadwallet-core-09b8d7ada42da878e48d2732f9776d1ff2a1ca0f.tar.xz
-cleanup
Diffstat (limited to 'packages/taler-harness')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment-deleted.ts14
1 files changed, 6 insertions, 8 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-deleted.ts b/packages/taler-harness/src/integrationtests/test-payment-deleted.ts
index 3796c3e2b..1d25848fd 100644
--- a/packages/taler-harness/src/integrationtests/test-payment-deleted.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment-deleted.ts
@@ -17,20 +17,18 @@
/**
* Imports.
*/
-import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
-import { GlobalTestState } from "../harness/harness.js";
-import {
- createSimpleTestkudosEnvironmentV2,
- withdrawViaBankV2,
- makeTestPaymentV2,
-} from "../harness/helpers.js";
import {
ConfirmPayResultType,
MerchantApiClient,
PreparePayResultType,
- TransactionMajorState,
j2s,
} from "@gnu-taler/taler-util";
+import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
+import { GlobalTestState } from "../harness/harness.js";
+import {
+ createSimpleTestkudosEnvironmentV2,
+ withdrawViaBankV2,
+} from "../harness/helpers.js";
/**
* Test behavior when an order is deleted while the wallet is paying for it.