From 491a5d073977eb813634ea4cd45f4cda52e02677 Mon Sep 17 00:00:00 2001 From: pahor167 <47992132+pahor167@users.noreply.github.com> Date: Fri, 15 Sep 2023 16:28:29 +0200 Subject: [PATCH] lint fixes --- packages/protocol/test/governance/network/governance.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/protocol/test/governance/network/governance.ts b/packages/protocol/test/governance/network/governance.ts index 1eab343cdfc..5f66c36b51c 100644 --- a/packages/protocol/test/governance/network/governance.ts +++ b/packages/protocol/test/governance/network/governance.ts @@ -2893,8 +2893,7 @@ contract('Governance', (accounts: string[]) => { await mockLockedGold.setAccountTotalGovernancePower(account, 0) await assertTransactionRevertWithReason( governance.votePartially(proposalId, index, yesVotes, 0, 0) - ), - "Voter doesn't have enough locked Celo [(]formerly known as Celo Gold[)]" + ) }) it('should revert when the index is out of bounds', async () => {