Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(jellyfish): add negative interest rate tests (#1755)
<!-- Thanks for sending a pull request! --> #### What this PR does / why we need it: Tests the negative interest rate update that was released. #### Which issue(s) does this PR fixes?: <!-- (Optional) Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> Fixes part of #1749 #### Additional comments?: I will be pushing smaller changes at a time, while i get reviews on the work. TODO: - [x] should take a loan with negative interest rate and accrue DUSD - [x] should fully pay back a vault with negative interest rate - [x] should fully pay back a vault with multiple loans including negative interest rate loan - [x] should pay back a vault partially with negative interest rate - [x] should pay back a vault partially with multiple loans including negative interest rate loan
- Loading branch information