Correct state of empty_prepared_playoff_match factory
This commit is contained in:
parent
b8ce4d66c8
commit
03355d4e7e
|
|
@ -15,7 +15,7 @@ FactoryBot.define do
|
|||
end
|
||||
|
||||
factory :empty_prepared_playoff_match do
|
||||
state { :not_started }
|
||||
state { :not_ready }
|
||||
end
|
||||
|
||||
factory :decided_playoff_match do
|
||||
|
|
|
|||
Loading…
Reference in New Issue