Add dependencies to test.
Make sure it fails on current solidity version.
Install that PR that fixes the solidity bug.
Run test here, notice it passes.
Tada! After this, I am confident we can close this issue. The testing was a bit weak and rushed here but not it accounts for dependencies / remappings.
How to verify it
Checklist
[ ] Passes all linting checks (pre-commit and CI jobs)
[ ] New test cases have been added and are passing
[ ] Documentation has been updated
[ ] PR title follows Conventional Commit standard (will be automatically included in the changelog)
What I did
fixes: #55 Requires https://github.com/ApeWorX/ape-solidity/pull/79 to pass!
How I did it
Add dependencies to test. Make sure it fails on current solidity version. Install that PR that fixes the solidity bug. Run test here, notice it passes. Tada! After this, I am confident we can close this issue. The testing was a bit weak and rushed here but not it accounts for dependencies / remappings.
How to verify it
Checklist