You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* supply and withdraw tests
* err--
* make proto-all
* error improvements and fix cascading client test error DEVX
* TestCollateralize
* ++
* TestDe+Collateralize
* case++
* borrow test + more cases
* add invariant checks to every msg test case
* move files
* ++
* TestRepay
* --
* Liquidate single-denom test cases
* liquidate cases
* --
* remove setupAccount and initBorrowScenario
* imports
* lint++
* fix test
* ++
* cl++
* remove unnecessary interface
* move function
* apply s.app, s.ctx, and s.Require() shorthands
* apply coin shorthand in keeper_test package
* use setReserves helper
* improve big number readability
* ensure espected value is on the left for all require.Equal
* use borrow and repay helpers
* lint++
* always require.ErrorIs
* use forceBorrow helper rather than SetTokenSettings in high utilization test
* fix#1310
* fix sim tests
Summary
The
w.Op()(r, s.app.BaseApp, s.ctx, accs, "")
returns an error which is not checked.https://github.com/umee-network/umee/blob/v3.0.0-alpha2/x/leverage/simulation/operations_test.go#L159
For Admin Use
The text was updated successfully, but these errors were encountered: