diff options
| author | Sebastian <sebasjm@gmail.com> | 2022-01-14 12:50:25 -0300 | 
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2022-01-14 12:50:38 -0300 | 
| commit | 8b0294ee4158f60cd01880eb25b1b8b242346dfd (patch) | |
| tree | 06de8a8953499056953fbd691e8d86b9521cb4a4 /packages/taler-wallet-core/src/operations | |
| parent | 17c3ced6488eb14a01b39f1ad724fcfcd5d0c4e7 (diff) | |
better description of coin test selection and using c8 for coverage runtime
Diffstat (limited to 'packages/taler-wallet-core/src/operations')
| -rw-r--r-- | packages/taler-wallet-core/src/operations/withdraw.test.ts | 3 | 
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();  }); | 
