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

@ -96,7 +96,7 @@ describe('Governor', function () {
);
});
shouldSupportInterfaces(['ERC165', 'ERC1155Receiver', 'Governor']);
shouldSupportInterfaces(['ERC1155Receiver', 'Governor']);
shouldBehaveLikeERC6372(mode);
it('deployment check', async function () {