mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added a sort by bout number for assign_next_match
This commit is contained in:
@@ -191,7 +191,7 @@ class ActiveSupport::TestCase
|
||||
|
||||
def end_match(match,winner)
|
||||
match.win_type = "Decision"
|
||||
match.score = 1-0
|
||||
match.score = "1-0"
|
||||
save_match(match,winner)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user