mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 03:55:44 +00:00
WIP 64 man
This commit is contained in:
@@ -69,8 +69,8 @@ class TournamentTest < ActiveSupport::TestCase
|
||||
assert @tournament.match_generation_error != nil
|
||||
end
|
||||
|
||||
test "Tournament Double Elimination 1-8 match generation errors with more than 32 wrestlers" do
|
||||
number_of_wrestlers=33
|
||||
test "Tournament Double Elimination 1-8 match generation errors with more than 64 wrestlers" do
|
||||
number_of_wrestlers=65
|
||||
create_a_tournament_with_single_weight("Double Elimination 1-8", number_of_wrestlers)
|
||||
assert @tournament.match_generation_error != nil
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user