Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pahor167 committed Sep 15, 2023
1 parent d73aacf commit 491a5d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/protocol/test/governance/network/governance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 491a5d0

Please sign in to comment.