mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Make sure the max weight is defined during tests
This commit is contained in:
@@ -39,7 +39,8 @@ class PoolbracketMatchupsTest < ActionDispatch::IntegrationTest
|
||||
def create_weight
|
||||
Weight.new(
|
||||
id: @id,
|
||||
tournament_id: @id
|
||||
tournament_id: @id,
|
||||
max: @id
|
||||
).save!
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user