Skip to content
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

Delegation.t.sol doesn't anticipate a return value from call #2

Open
SamGMK opened this issue Apr 27, 2022 · 1 comment
Open

Delegation.t.sol doesn't anticipate a return value from call #2

SamGMK opened this issue Apr 27, 2022 · 1 comment

Comments

@SamGMK
Copy link

SamGMK commented Apr 27, 2022

No description provided.

@SamGMK
Copy link
Author

SamGMK commented Apr 27, 2022

when I tried to run forge test -m Delegation -vvvv for that particular test, I noticed the test doesn't pass. On further inspection, noticed the external call is made to a fallback that contains a delegatecall to an external contract. This has a bool return value. When bool value is anticipated, test passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant