mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-31 19:45:45 +00:00
Added a sort by bout number for assign_next_match
This commit is contained in:
@@ -16,6 +16,7 @@ class PoolToBracketAdvancementTest < ActionDispatch::IntegrationTest
|
||||
match.winner_id = match.w2
|
||||
end
|
||||
match.finished = 1
|
||||
match.win_type = "Decision"
|
||||
match.score = "2-1"
|
||||
match.save
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user