Skip to content

Commit

Permalink
Fix: Test d'hondt arreglados; EGCETSII#27
Browse files Browse the repository at this point in the history
  • Loading branch information
isamunval committed Jan 6, 2022
1 parent 9b0c143 commit 09f9cf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions decide/postproc/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def test_dhondt(self):
]
}

expected_result = [
expected_result = [
{ "option": "Option 1", "number": 1, "votes": 5, "postproc": 3 },
{ "option": "Option 5", "number": 5, "votes": 5, "postproc": 3 },
{ "option": "Option 3", "number": 3, "votes": 3, "postproc": 1 },
Expand All @@ -300,7 +300,6 @@ def test_dhondt(self):
{ "option": "Option 6", "number": 6, "votes": 1, "postproc": 0 },
]


data = {
"type": "DHONDT",
"seats": 10,
Expand Down

0 comments on commit 09f9cf4

Please sign in to comment.