gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/03: - linter


From: gnunet
Subject: [taler-wallet-core] 02/03: - linter
Date: Wed, 18 May 2022 19:42:02 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

commit d3a857743dd9ed2f7350bb64af8808729156edba
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed May 18 14:38:57 2022 -0300

    - linter
---
 .../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
index dc650830..e48dc89f 100644
--- 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(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]