瀏覽代碼

Fix typos in timelock test (#3461)

fix typos
Andrew Fleming 3 年之前
父節點
當前提交
4135bf9707
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      test/governance/TimelockController.test.js

+ 2 - 2
test/governance/TimelockController.test.js

@@ -201,7 +201,7 @@ contract('TimelockController', function (accounts) {
           );
         });
 
-        it('prevent non-proposer from commiting', async function () {
+        it('prevent non-proposer from committing', async function () {
           await expectRevert(
             this.mock.schedule(
               this.operation.target,
@@ -438,7 +438,7 @@ contract('TimelockController', function (accounts) {
           );
         });
 
-        it('prevent non-proposer from commiting', async function () {
+        it('prevent non-proposer from committing', async function () {
           await expectRevert(
             this.mock.scheduleBatch(
               this.operation.targets,