Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion visualizer/descriptors/faq.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def get_answer(self, roundNum):
rnd = self.summary.rounds[roundNum]

result = "The tiebreak method is up to the election administrator. "\
"RCVis does not know what method was chosen to break this tie, only that "
"The outcome of the tiebreak is that "

parts = []

Expand Down
4 changes: 2 additions & 2 deletions visualizer/tests/testFaq.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def test_tiebreak(self):
self.assertEqual(
faq.HowWereTiesBroken(*args).get_answer(1),
"The tiebreak method is up to the election administrator. "
"RCVis does not know what method was chosen to break this tie, "
"only that Yinka Dare was eliminated and George Gervin was was elected.")
"The outcome of the tiebreak is that Yinka Dare was eliminated "
"and George Gervin was was elected.")
self.assertTrue(faq.WhyEliminated(*args).get_answer(1).startswith("There was a tie"))
self.assertTrue(faq.WhySingleWinner(*args).get_answer(1).startswith("There was a tie"))
Loading