Skip to content

Commit

Permalink
tests: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larsesser committed Oct 5, 2023
1 parent 07c7cf4 commit e30272c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_schulze.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def test_result_order(self) -> None:
def test_util(self) -> None:
candidates = ["1", "2", "3"]
# This does only static type conversion
self.assertEqual(util.as_candidates(candidates), candidates)
self.assertEqual(util.validate_candidates(candidates), candidates)

# build the same votes, represented as string, list and tuple
vote_str_1 = "1"
Expand Down

0 comments on commit e30272c

Please sign in to comment.