Fix typo in tests (#4625)

pull/4630/head
Vittorio Minacori 1 year ago committed by GitHub
parent bd4169bb15
commit 33ceb2320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/utils/introspection/SupportsInterface.behavior.js

@ -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);
});

Loading…
Cancel
Save