Skip to content

Commit

Permalink
deleted TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Sep 20, 2024
1 parent babea14 commit d794788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ contract ElectionTest_ElectValidatorsAbstract is ElectionTest {
}
validators.setMembers(group, members);
vm.prank(address(validators));
election.markGroupEligible(group, address(0), prev); // TODO change to vm.prank
election.markGroupEligible(group, address(0), prev);
vm.prank(voter1);
election.vote(group, randomVotes[i], prev, address(0));
prev = group;
Expand Down

0 comments on commit d794788

Please sign in to comment.