diff --git a/tests/test_schulze.py b/tests/test_schulze.py index f341770..7c22188 100644 --- a/tests/test_schulze.py +++ b/tests/test_schulze.py @@ -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"