Ver Fonte

Fix typos in timelock test (#3461)

fix typos
Andrew Fleming há 3 anos atrás
pai
commit
4135bf9707
1 ficheiros alterados com 2 adições e 2 exclusões
  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,