Skip to content

Commit

Permalink
Merge branch 'soloseng/streamline-election-L2-test' into soloseng/gen…
Browse files Browse the repository at this point in the history
…eral-framework
  • Loading branch information
m-chrzan authored Oct 28, 2024
2 parents abbe02a + 0840c61 commit f6125fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,6 @@ contract ElectionTest_ElectValidatorsAccounts is ElectionTest_ElectValidatorsAbs
}
}

// reruns all the ElectionTest_ElectValidatorsAccounts with L2 turned on
contract ElectionTest_ElectValidatorsAccountsL2 is
ElectionTest_ElectValidatorsAccounts,
TransitionToL2After
Expand Down Expand Up @@ -2932,6 +2931,7 @@ contract ElectionTest_HasActivatablePendingVotes is ElectionTest {
election.vote(group, value, address(0), address(0));
travelNEpoch(1);
}

function test_ReturnsTrue_WhenUserHasVoted() public {
assertTrue(election.hasActivatablePendingVotes(voter, group));
}
Expand Down

0 comments on commit f6125fb

Please sign in to comment.