@@ -90,7 +90,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
9090 // Vote
9191 vm.prank (account2);
9292 governor.castVote (proposalId, 1 ); // Vote "for"
93- vm.stopPrank ();
9493
9594 // Fast forward to vote end
9695 vm.roll (governor.proposalDeadline (proposalId) + 1 );
@@ -155,7 +154,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
155154 // Vote
156155 vm.prank (account2);
157156 governor.castVote (proposalId, 1 ); // Vote "for"
158- vm.stopPrank ();
159157
160158 // Fast forward to vote end
161159 vm.roll (governor.proposalDeadline (proposalId) + 1 );
@@ -266,7 +264,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
266264 // Vote
267265 vm.prank (account2);
268266 governor.castVote (proposalId, 1 ); // Vote "for"
269- vm.stopPrank ();
270267
271268 // Fast forward to vote end
272269 vm.roll (governor.proposalDeadline (proposalId) + 1 );
@@ -330,7 +327,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
330327 // Vote
331328 vm.prank (account2);
332329 governor.castVote (proposalId, 1 ); // Vote "for"
333- vm.stopPrank ();
334330
335331 // Fast forward to vote end
336332 vm.roll (governor.proposalDeadline (proposalId) + 1 );
@@ -366,7 +362,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
366362 // Vote
367363 vm.prank (account2);
368364 governor.castVote (proposalId, 1 ); // Vote "for"
369- vm.stopPrank ();
370365
371366 // Fast forward to vote end
372367 vm.roll (governor.proposalDeadline (proposalId) + 1 );
@@ -402,7 +397,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
402397 // Vote
403398 vm.prank (account2);
404399 governor.castVote (proposalId, 1 ); // Vote "for"
405- vm.stopPrank ();
406400
407401 // Fast forward to vote end
408402 vm.roll (governor.proposalDeadline (proposalId) + 1 );
@@ -438,7 +432,6 @@ abstract contract ZeroExGovernorBaseTest is BaseTest {
438432 // Vote
439433 vm.prank (account2);
440434 governor.castVote (proposalId, 1 ); // Vote "for"
441- vm.stopPrank ();
442435
443436 // Fast forward to vote end
444437 vm.roll (governor.proposalDeadline (proposalId) + 1 );
0 commit comments