Skip to content

Commit

Permalink
Update SupportsInterface.behavior.js (#4674)
Browse files Browse the repository at this point in the history
Co-authored-by: ernestognw <ernestognw@gmail.com>
  • Loading branch information
mvillere and ernestognw committed Dec 19, 2023
1 parent 44965d7 commit f627500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/token/ERC1155/ERC1155.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ function shouldBehaveLikeERC1155([minter, firstTokenHolder, secondTokenHolder, m
});
});

shouldSupportInterfaces(['ERC165', 'ERC1155']);
shouldSupportInterfaces(['ERC165', 'ERC1155', 'ERC1155MetadataURI']);
});
}

Expand Down
1 change: 1 addition & 0 deletions test/utils/introspection/SupportsInterface.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const SIGNATURES = {
'safeTransferFrom(address,address,uint256,uint256,bytes)',
'safeBatchTransferFrom(address,address,uint256[],uint256[],bytes)',
],
ERC1155MetadataURI: ['uri(uint256)'],
ERC1155Receiver: [
'onERC1155Received(address,address,uint256,uint256,bytes)',
'onERC1155BatchReceived(address,address,uint256[],uint256[],bytes)',
Expand Down

0 comments on commit f627500

Please sign in to comment.