-
Notifications
You must be signed in to change notification settings - Fork 9
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
refactor tests for cosmwasm/wasm/v1/tx.proto other than TestClearAdmin #100
Conversation
Value with destination as key cannot be tested because it is a different value for each execution
The |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #100 +/- ##
==========================================
+ Coverage 63.62% 63.65% +0.02%
==========================================
Files 80 80
Lines 10001 10001
==========================================
+ Hits 6363 6366 +3
+ Misses 3308 3306 -2
+ Partials 330 329 -1 |
the hackatom contract event
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.
LGTM
Thanks for your comment.
I unify to test |
cosmwasm/wasm/v1/tx.proto
other than TestClearAdmin
cosmwasm/wasm/v1/tx.proto
other than TestClearAdmincosmwasm/wasm/v1/tx.proto
other than TestClearAdmin
cosmwasm/wasm/v1/tx.proto
other than TestClearAdmin
Description
Refactor TestInstantiateContract, TestInstantiateContract2, TestMigrateContract, and TestExecuteContract
Spec: https://github.com/Finschia/wasmd/blob/main/docs/proto/proto-docs.md#cosmwasm/wasm/v1/tx.proto
close #86
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml
(not needed)