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 () => {