1
0
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:
2025-01-04 16:31:18 -05:00
parent 49fbf6735d
commit 50055fc278

View File

@@ -13,7 +13,7 @@ class DoubleEliminationThirtyTwoManEightPlacesRunThrough < ActionDispatch::Integ
match.save
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")
matches = @tournament.matches.reload