mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Changed database column for wrestlers seed to bracket_line
This commit is contained in:
@@ -260,7 +260,7 @@ class PoolbracketMatchupsTest < ActionDispatch::IntegrationTest
|
||||
|
||||
test "Random seeding works" do
|
||||
weight = Weight.find(6)
|
||||
wrestlersWithoutSeed = weight.wrestlers.select{|w| w.seed == nil }.size
|
||||
wrestlersWithoutSeed = weight.wrestlers.select{|w| w.bracket_line == nil }.size
|
||||
|
||||
assert_equal 0, wrestlersWithoutSeed
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user