Submitted by gzeon
Borrow function in MochiVault will borrow to max cf when trying to borrow > cf instead of revert with >cf as specified in the supplied test. The difference in behavior may cause user to borrow at dangerous collateral level, and receive less than the amount requested.
Revert if details\[\_id].debt + \_amount > maxMinted with >cf
ryuheimat (Mochi) conirmed
