properties
properties copied to clipboard
Fix #58: Add missing ERC721 external burnable test and improve naming
- Add test_ERC721_external_burnRevertOnTransferFromZeroAddress test
- Rename test_ERC721_external_burnRevertOnTransfer to test_ERC721_external_burnRevertOnTransferFromPreviousOwner for consistency
- External properties now match internal properties with 6 tests each
Resolves #58