Refactor supports interface (#4817)

This commit is contained in:
Renan Souza
2024-01-12 19:45:49 -03:00
committed by GitHub
parent 920225a1c7
commit e68720efb6
6 changed files with 8 additions and 6 deletions

View File

@ -24,7 +24,7 @@ describe('ERC1155Holder', function () {
Object.assign(this, await loadFixture(fixture));
});
shouldSupportInterfaces(['ERC165', 'ERC1155Receiver']);
shouldSupportInterfaces(['ERC1155Receiver']);
it('receives ERC1155 tokens from a single ID', async function () {
await this.token.connect(this.owner).safeTransferFrom(this.owner, this.mock, ids[0], values[0], data);