-
Notifications
You must be signed in to change notification settings - Fork 4
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
Withdrawal tests #11
Withdrawal tests #11
Conversation
byteZorvin
commented
Aug 14, 2024
- This adds withdrawal limit component tests
Co-authored-by: Apoorv Sadana <[email protected]>
} | ||
|
||
|
||
pub fn deploy_erc20(name: ByteArray, symbol: ByteArray) -> ContractAddress { |
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.
we already have this function in other test cases, can we not move to utils and reuse?
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.
Did not find a way to import files from the tests/ folder into src/ so had to replicate
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.
can you create an issue for this w/ an enhancement
tag and add a todo on code as well
Co-authored-by: Apoorv Sadana <[email protected]>
Co-authored-by: Apoorv Sadana <[email protected]>
Co-authored-by: Apoorv Sadana <[email protected]>
Co-authored-by: Apoorv Sadana <[email protected]>
Co-authored-by: Apoorv Sadana <[email protected]>
Co-authored-by: Apoorv Sadana <[email protected]>
a88d7e9
to
1e51906
Compare