@ -74,9 +74,7 @@ contract test3 {
Ballot ballotToTest;
function beforeAll () {
bytes32[] proposals;
ballotToTest = new Ballot(2);
proposals.push(0xabcd);
ballotToTest = new Ballot(proposals);
}
function checkWinningProposal () public {