We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During Solidity Test testing the following error was found in pcaversaccio/createx:
pcaversaccio/createx
Failure (19): setUp() Reason: EvmError: Revert at ERC20MockPayable.constructor (test/mocks/ERC20MockPayable.sol:14)
We have determined this is because EDR Solidity Test is being passed contracts that are not test contracts.
Eventually we want EDR to be able to detect this, for the moment we are going to filter out the passed in artifacts based on ABI.
The text was updated successfully, but these errors were encountered:
galargh
Successfully merging a pull request may close this issue.
During Solidity Test testing the following error was found in
pcaversaccio/createx
:Failure (19): setUp() Reason: EvmError: Revert at ERC20MockPayable.constructor (test/mocks/ERC20MockPayable.sol:14)
We have determined this is because EDR Solidity Test is being passed contracts that are not test contracts.
Eventually we want EDR to be able to detect this, for the moment we are going to filter out the passed in artifacts based on ABI.
The text was updated successfully, but these errors were encountered: