Skip to content

Commit

Permalink
Fix typo in tests (#4625)
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori authored Sep 27, 2023
1 parent bd4169b commit 33ceb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/introspection/SupportsInterface.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand Down

0 comments on commit 33ceb23

Please sign in to comment.