Skip to content

Commit

Permalink
Fix testShouldNotBeAbleToStopBurn
Browse files Browse the repository at this point in the history
  • Loading branch information
duncancmt authored and elenadimitrova committed Mar 20, 2023
1 parent 0b8442f commit b8ac8cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/governance/test/ZeroExVotesTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ contract ZeroExVotesTest is BaseTest {

// malicious upgrade
IZeroExVotes maliciousImpl = new ZeroExVotesMalicious();
vm.prank(account1);
votes.upgradeTo(address(maliciousImpl));

// try to withdraw withdraw
Expand Down

0 comments on commit b8ac8cf

Please sign in to comment.