-
Notifications
You must be signed in to change notification settings - Fork 355
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
CW1-whitelist execute multitest #402
Conversation
c88476a
to
102c6b8
Compare
I'm opening this for review. There's actually some stuff that I could change further (for example to not call Changes outside of |
a292e90
to
c9a07d1
Compare
c9a07d1
to
182b4f7
Compare
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.
Mostly good changes, some stylistic notes.
assert_matches!(suite.freeze(&second_contract), Ok(_)); | ||
|
||
let query_msg: QueryMsg = QueryMsg::AdminList {}; | ||
assert_matches!( |
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.
I like using assert_matches!
here.
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.
One single detail to be corrected, just everything else ok. Merge yourself when remove obsolete pub.
15902c4
to
99a0570
Compare
closes #400