Display the same results for stats and recounts
In the recounts we were incorrectly assuming the total amount included the blank and invalid ballots.
This commit is contained in:
@@ -273,7 +273,7 @@ describe "Admin polls" do
|
||||
end
|
||||
|
||||
2.times do
|
||||
create(:poll_voter, poll: poll, booth_assignment: booth_assignment_final_recounted)
|
||||
create(:poll_voter, :from_booth, poll: poll, booth_assignment: booth_assignment_final_recounted)
|
||||
end
|
||||
|
||||
create(:poll_recount,
|
||||
|
||||
Reference in New Issue
Block a user