mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Fixed a typo in the 32 man run through test
This commit is contained in:
@@ -13,7 +13,7 @@ class DoubleEliminationThirtyTwoManEightPlacesRunThrough < ActionDispatch::Integ
|
|||||||
match.save
|
match.save
|
||||||
end
|
end
|
||||||
|
|
||||||
test "16 man double elimination place 1-8" do
|
test "32 man double elimination place 1-8" do
|
||||||
create_double_elim_tournament_single_weight(30, "Regular Double Elimination 1-8")
|
create_double_elim_tournament_single_weight(30, "Regular Double Elimination 1-8")
|
||||||
matches = @tournament.matches.reload
|
matches = @tournament.matches.reload
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user