commit 09b8d7ada42da878e48d2732f9776d1ff2a1ca0f
parent cc07d767abb0c1ba37be92014b06a94d3a3206d9
Author: Florian Dold <florian@dold.me>
Date: Mon, 15 Jan 2024 19:42:45 +0100
-cleanup
Diffstat:
1 file 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
@@ -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.