aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-11-13 12:53:03 +0100
committerFlorian Dold <florian@dold.me>2023-11-13 12:53:03 +0100
commit69cac220a038c531eee4cb3bb12567e5f873584c (patch)
tree46842d57d01a832a9b132301b48dbc36b1c5d990 /packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
parent44470295b636eca4a2c1dc891f1793dc18c6055c (diff)
downloadwallet-core-69cac220a038c531eee4cb3bb12567e5f873584c.tar.xz
-formatting
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-libeufin-bank.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-libeufin-bank.ts11
1 files changed, 5 insertions, 6 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts b/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
index c8c668bed..fc0dc6eda 100644
--- a/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
+++ b/packages/taler-harness/src/integrationtests/test-libeufin-bank.ts
@@ -18,17 +18,17 @@
* Imports.
*/
import {
- TalerCorebankApiClient,
CreditDebitIndicator,
+ Logger,
+ TalerCorebankApiClient,
+ TransactionMajorState,
+ TransactionMinorState,
WireGatewayApiClient,
createEddsaKeyPair,
encodeCrock,
- Logger,
j2s,
- NotificationType,
- TransactionMajorState,
- TransactionMinorState,
} from "@gnu-taler/taler-util";
+import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
import { defaultCoinConfig } from "../harness/denomStructures.js";
import {
ExchangeService,
@@ -40,7 +40,6 @@ import {
setupDb,
} from "../harness/harness.js";
import { createWalletDaemonWithClient } from "../harness/helpers.js";
-import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
const logger = new Logger("test-libeufin-bank.ts");