From 4135bf970744231a57872586b966385cd286dd88 Mon Sep 17 00:00:00 2001 From: Andrew Fleming Date: Sat, 11 Jun 2022 03:31:30 -0400 Subject: [PATCH] Fix typos in timelock test (#3461) fix typos --- test/governance/TimelockController.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/governance/TimelockController.test.js b/test/governance/TimelockController.test.js index 12abcac8c..2274bb0a4 100644 --- a/test/governance/TimelockController.test.js +++ b/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,