diff --git a/src/app/editor/example-contracts.js b/src/app/editor/example-contracts.js index b9316e43d9..9a13f5ef4b 100644 --- a/src/app/editor/example-contracts.js +++ b/src/app/editor/example-contracts.js @@ -74,9 +74,7 @@ contract test3 { Ballot ballotToTest; function beforeAll () { - bytes32[] proposals; - proposals.push(0xabcd); - ballotToTest = new Ballot(proposals); + ballotToTest = new Ballot(2); } function checkWinningProposal () public {