[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] 01/01: fix typo
From: |
gnunet |
Subject: |
[taler-wallet-core] 01/01: fix typo |
Date: |
Wed, 07 Sep 2022 12:55:17 +0200 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
commit a37d201aa26fedc6671882ae0d1e7ac7f748f917
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Sep 7 12:55:09 2022 +0200
fix typo
---
.../src/integrationtests/test-exchange-management.ts | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git
a/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
b/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
index e48dc89f..0193322f 100644
--- a/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
+++ b/packages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts
@@ -32,7 +32,7 @@ import {
BankAccessApi,
} from "@gnu-taler/taler-wallet-core";
import {
- ExchangesListRespose,
+ ExchangesListResponse,
URL,
TalerErrorCode,
} from "@gnu-taler/taler-util";
@@ -45,7 +45,9 @@ import { defaultCoinConfig } from
"../harness/denomStructures.js";
/**
* Test if the wallet handles outdated exchange versions correct.y
*/
-export async function runExchangeManagementTest(t: GlobalTestState):
Promise<void> {
+export async function runExchangeManagementTest(
+ t: GlobalTestState,
+): Promise<void> {
// Set up test environment
const db = await setupDb(t);
@@ -121,7 +123,7 @@ export async function runExchangeManagementTest(t:
GlobalTestState): Promise<voi
const wallet = new WalletCli(t);
- let exchangesList: ExchangesListRespose;
+ let exchangesList: ExchangesListResponse;
exchangesList = await wallet.client.call(
WalletApiOperation.ListExchanges,
@@ -197,7 +199,7 @@ export async function runExchangeManagementTest(t:
GlobalTestState): Promise<voi
// in a format the wallet can understand.
t.assertTrue(
err1.errorDetail.innerError.code ===
- TalerErrorCode.WALLET_RECEIVED_MALFORMED_RESPONSE,
+ TalerErrorCode.WALLET_RECEIVED_MALFORMED_RESPONSE,
);
exchangesList = await wallet.client.call(
@@ -241,7 +243,7 @@ export async function runExchangeManagementTest(t:
GlobalTestState): Promise<voi
t.assertTrue(
err2.errorDetail.innerError.code ===
- TalerErrorCode.WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE,
+ TalerErrorCode.WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE,
);
exchangesList = await wallet.client.call(
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.