Skip to content

Commit

Permalink
Fix E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xavikh committed Feb 10, 2025
1 parent 5cff936 commit 5c53046
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/fork/e2eV2.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -997,9 +997,6 @@ contract TestE2EV2 is AragonTest, IWithdrawalQueueErrors, IGaugeVote, IEscrowCur
// alice tries to exit
vm.startPrank(alice);
{
vm.expectRevert(VotingInactive.selector);
escrow.resetVotesAndBeginWithdrawal(1);

vm.expectRevert(CannotExit.selector);
escrow.beginWithdrawal(1);
}
Expand Down

0 comments on commit 5c53046

Please sign in to comment.