mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-04 05:43:47 +00:00
Continuing pool bracket movements
This commit is contained in:
@@ -75,7 +75,7 @@ class PoolbracketMatchupsTest < ActionDispatch::IntegrationTest
|
||||
round = 1
|
||||
if w.totalRounds(matchups) > 5
|
||||
until round > w.poolRounds(matchups) do
|
||||
if wr.boutByRound(round, matchups) == "BYE"
|
||||
if wr.boutByRound(round) == "BYE"
|
||||
message = "BYE"
|
||||
end
|
||||
round += 1
|
||||
|
||||
Reference in New Issue
Block a user