瀏覽代碼

Fix typo in tests (#4625)

Vittorio Minacori 2 年之前
父節點
當前提交
33ceb2320c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/utils/introspection/SupportsInterface.behavior.js

+ 1 - 1
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);
       });