taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit d3a857743dd9ed2f7350bb64af8808729156edba
parent 115e5bf353067eabe512ba48871c268a0c38bb15
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 18 May 2022 14:38:57 -0300

- linter

Diffstat:
Mpackages/taler-wallet-cli/src/integrationtests/test-exchange-management.ts | 10+++++-----
1 file changed, 5 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 @@ -39,13 +39,13 @@ import { import { FaultInjectedExchangeService, FaultInjectionResponseContext, -} from "../harness/faultInjection"; -import { defaultCoinConfig } from "../harness/denomStructures"; +} from "../harness/faultInjection.js"; +import { defaultCoinConfig } from "../harness/denomStructures.js"; /** * Test if the wallet handles outdated exchange versions correct.y */ -export async function runExchangeManagementTest(t: GlobalTestState) { +export async function runExchangeManagementTest(t: GlobalTestState): Promise<void> { // Set up test environment const db = await setupDb(t); @@ -197,7 +197,7 @@ export async function runExchangeManagementTest(t: GlobalTestState) { // 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 +241,7 @@ export async function runExchangeManagementTest(t: GlobalTestState) { t.assertTrue( err2.errorDetail.innerError.code === - TalerErrorCode.WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE, + TalerErrorCode.WALLET_EXCHANGE_PROTOCOL_VERSION_INCOMPATIBLE, ); exchangesList = await wallet.client.call(