ScopeLift / reimbursement-tokens

0 stars 0 forks source link

Update ReimbursementPool tests to avoid using 1/2 quantities #22

Open apbendi opened 2 years ago

apbendi commented 2 years ago

Currently, a number of the ReimbursementPool contract tests pay half the debt before making assertions. This can sometimes lead to tests passing that shouldn't. A common case this happens is something like:

Rework the test suite to avoid using halves but still exercising all the functionality.