You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CryticERC721ExternalBurnableProperties contains 5 tests while CryticERC721BurnableProperties contains 6 tests. This means that the list of 19 property tests for ERC721 is actually only 18 property tests for the external tests. Either a test is forgotten in the external tests or the list of property tests should differ for external vs internal.
Describe the issue:
CryticERC721ExternalBurnableProperties contains 5 tests while CryticERC721BurnableProperties contains 6 tests. This means that the list of 19 property tests for ERC721 is actually only 18 property tests for the external tests. Either a test is forgotten in the external tests or the list of property tests should differ for external vs internal.
Steps to reproduce the issue:
The external tests only have one test
test_ERC721_external_burnRevertOnTransfer
while the internal tests havetest_ERC721_burnRevertOnTransferFromPreviousOwner
andtest_ERC721_burnRevertOnTransferFromZeroAddress
.If additional code is needed for reproducing, please copy it here, or drop us a link to the repository:
No response
Echidna version:
2.2.3
Additional information:
No response
The text was updated successfully, but these errors were encountered: