Unverified Commit 3cf45617 authored by yann300's avatar yann300 Committed by GitHub

Update example-contracts.js

parent 9dec4e8a
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment