don't print in test

This commit is contained in:
Florian Dold 2020-04-02 20:42:20 +05:30
parent ef0acf06bf
commit 1be738b843
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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");