summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/operations/withdraw.test.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-01-14 12:50:25 -0300
committerSebastian <sebasjm@gmail.com>2022-01-14 12:50:38 -0300
commit8b0294ee4158f60cd01880eb25b1b8b242346dfd (patch)
tree06de8a8953499056953fbd691e8d86b9521cb4a4 /packages/taler-wallet-core/src/operations/withdraw.test.ts
parent17c3ced6488eb14a01b39f1ad724fcfcd5d0c4e7 (diff)
downloadwallet-core-8b0294ee4158f60cd01880eb25b1b8b242346dfd.tar.gz
wallet-core-8b0294ee4158f60cd01880eb25b1b8b242346dfd.tar.bz2
wallet-core-8b0294ee4158f60cd01880eb25b1b8b242346dfd.zip
better description of coin test selection and using c8 for coverage runtime
Diffstat (limited to 'packages/taler-wallet-core/src/operations/withdraw.test.ts')
-rw-r--r--packages/taler-wallet-core/src/operations/withdraw.test.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/taler-wallet-core/src/operations/withdraw.test.ts b/packages/taler-wallet-core/src/operations/withdraw.test.ts
index 179852966..2c890a121 100644
--- a/packages/taler-wallet-core/src/operations/withdraw.test.ts
+++ b/packages/taler-wallet-core/src/operations/withdraw.test.ts
@@ -357,9 +357,6 @@ test("withdrawal selection bug repro", (t) => {
const res = selectWithdrawalDenominations(amount, denoms);
- console.error("cost", Amounts.stringify(res.totalWithdrawCost));
- console.error("withdraw amount", Amounts.stringify(amount));
-
t.assert(Amounts.cmp(res.totalWithdrawCost, amount) <= 0);
t.pass();
});