-
Notifications
You must be signed in to change notification settings - Fork 120
fix(test): avoid mutation of global int256 variable #842
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Not sure why temporary, we need both fixes to ensure test isolation and avoid global mutation right? |
|
when erc20 precompile acct don't have balance
…amount (cosmos#837)" This reverts commit 381a354.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #842 +/- ##
==========================================
+ Coverage 65.03% 65.15% +0.11%
==========================================
Files 317 317
Lines 21615 21608 -7
==========================================
+ Hits 14057 14078 +21
+ Misses 6365 6364 -1
+ Partials 1193 1166 -27 🚀 New features to boost your workflow:
|
|
@mmsqe @cloudgray good to merge? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
to avoid fail test like #830 #839
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
mainbranch