gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: don't print in test


From: gnunet
Subject: [taler-wallet-core] 01/02: don't print in test
Date: Thu, 02 Apr 2020 17:12:38 +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 1be738b843777c8e7541ce4d4663417cda6cfa9c
Author: Florian Dold <address@hidden>
AuthorDate: Thu Apr 2 20:42:20 2020 +0530

    don't print in test
---
 src/util/reserveHistoryUtil-test.ts | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/util/reserveHistoryUtil-test.ts 
b/src/util/reserveHistoryUtil-test.ts
index 910d6a01..79022de7 100644
--- a/src/util/reserveHistoryUtil-test.ts
+++ b/src/util/reserveHistoryUtil-test.ts
@@ -243,7 +243,6 @@ test("withdrawal new match", (t) => {
   ];
   const r = reconcileReserveHistory(localHistory, remoteHistory);
   const s = summarizeReserveHistory(r.updatedLocalHistory, "TESTKUDOS");
-  console.log(r);
   t.deepEqual(r.updatedLocalHistory.length, 2);
   t.deepEqual(Amounts.stringify(s.computedReserveBalance), "TESTKUDOS:95");
   t.deepEqual(Amounts.stringify(s.awaitedReserveAmount), "TESTKUDOS:0");

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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