Skip to content

Commit 2cf6118

Browse files
committed
fix tests
1 parent 52e0ad5 commit 2cf6118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/governance/extensions/GovernorCountingOverridable.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ describe('GovernorCountingOverridable', function () {
264264
.to.emit(this.mock, 'OverrideVoteCast')
265265
.withArgs(this.voter1, this.helper.id, VoteType.Against, ethers.parseEther('10'), '');
266266
await expect(this.mock.connect(this.voter1).castOverrideVote(this.helper.id, VoteType.Abstain, ''))
267-
.to.be.revertedWithCustomError(this.mock, 'GovernorAlreadyOverridenVote')
267+
.to.be.revertedWithCustomError(this.mock, 'GovernorAlreadyOverriddenVote')
268268
.withArgs(this.voter1.address);
269269
});
270270

0 commit comments

Comments
 (0)