From 50055fc2788b0bfd0129c1f31cb30932ac942b05 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Sat, 4 Jan 2025 16:31:18 -0500 Subject: [PATCH] Fixed a typo in the 32 man run through test --- .../double_elimination_32_man_1_8_run_through_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/double_elimination_32_man_1_8_run_through_test.rb b/test/integration/double_elimination_32_man_1_8_run_through_test.rb index 81bf795..f398ef7 100644 --- a/test/integration/double_elimination_32_man_1_8_run_through_test.rb +++ b/test/integration/double_elimination_32_man_1_8_run_through_test.rb @@ -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