dedis / d-voting

📧 E-Voting platform based on the Dela blockchain
https://dedis.github.io/d-voting
BSD 3-Clause "New" or "Revised" License
18 stars 7 forks source link

contracts::evoting::mod_test.go::TestHandler_StartShuffle #390

Open ineiti opened 1 month ago

ineiti commented 1 month ago

This test has been written when the Form contained the Suffragia directly. Now that the Suffragia is stored in batches of 100 ballots, this does not work anymore. Also look how to separate the test in multiple sub-tests.