Fix typos in timelock test (#3461)

fix typos
This commit is contained in:
Andrew Fleming
2022-06-11 03:31:30 -04:00
committed by GitHub
parent 429b2242d8
commit 4135bf9707

View File

@ -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( await expectRevert(
this.mock.schedule( this.mock.schedule(
this.operation.target, 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( await expectRevert(
this.mock.scheduleBatch( this.mock.scheduleBatch(
this.operation.targets, this.operation.targets,