X-Git-Url: https://projects.mako.cc/source/rubyvote/blobdiff_plain/60344b51d7e6c505492183b79b96b76216c95072..454596908ec648f4f15d6385c4d3a9174bb314cb:/test/irv_test.rb diff --git a/test/irv_test.rb b/test/irv_test.rb index 640824c..9203806 100644 --- a/test/irv_test.rb +++ b/test/irv_test.rb @@ -58,7 +58,7 @@ class TestRunoffVote < Test::Unit::TestCase 15.times {vote_array << "CDBA".split("")} 15.times {vote_array << "DCBA".split("")} - test_winner ( "B", InstantRunoffLogicVote.new(vote_array).result ) + test_winner( "B", InstantRunoffLogicVote.new(vote_array).result ) end ###TODO: test all the other variants end