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

@ -14,5 +14,5 @@ describe('ERC165', function () {
Object.assign(this, await loadFixture(fixture));
});
shouldSupportInterfaces(['ERC165']);
shouldSupportInterfaces();
});