Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed May 26, 2024
1 parent 8859c9f commit d2e1045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/utils/GovProposalHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ library GovProposalHelper {
console.log("Voting on proposal...");
// Vote on proposal
try governance.castVote(proposalId, 1) {}
catch () {}
catch {}
// Wait for voting to end
vm.roll(governance.proposalDeadline(proposalId) + 20);
vm.warp(block.timestamp + 2 days);
Expand Down

0 comments on commit d2e1045

Please sign in to comment.