-
Notifications
You must be signed in to change notification settings - Fork 236
Remove deploy
cheatnet tests
#3675
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
base: spr/master/012afbae
Are you sure you want to change the base?
Conversation
b04b0dc
to
f83207c
Compare
6acbf3d
to
3586a93
Compare
3586a93
to
63fb727
Compare
f83207c
to
2bfbd44
Compare
@@ -189,6 +192,41 @@ pub fn deploy_at_wrapper( | |||
Ok(contract_address) | |||
} | |||
|
|||
fn deploy_helper( |
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.
Why do we need this helper, doesn't this mean we are effectively testing the logic of the helper instead?
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.
At this point it is kind of in between, but in #3695 it is used only as a setup for cheatnet tests
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.
Let's make sure it's only used for setup then.
Towards #3659 commit-id:a6d72598
2bfbd44
to
9f041d9
Compare
deploy
cheatnet tests
63fb727
to
5b60eb3
Compare
@@ -189,6 +192,41 @@ pub fn deploy_at_wrapper( | |||
Ok(contract_address) | |||
} | |||
|
|||
fn deploy_helper( |
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.
Let's make sure it's only used for setup then.
Towards #3659
Stack:
CallInfo
#3700integration::gas
tests #3699deploy_at
cheatnet tests #3695deploy_at
as cheatcode #3676deploy
cheatnet tests #3675 ⬅deploy
as cheatcode #3674