Fix typo in tests (#4625)

This commit is contained in:
Vittorio Minacori
2023-09-27 10:12:37 +02:00
committed by GitHub
parent bd4169bb15
commit 33ceb2320c

View File

@ -114,7 +114,7 @@ function shouldSupportInterfaces(interfaces = []) {
});
describe('when the interfaceId is not supported', function () {
it('uses less thank 30k', async function () {
it('uses less than 30k', async function () {
expect(await this.contractUnderTest.supportsInterface.estimateGas(INVALID_ID)).to.be.lte(30000);
});