Correct state of empty_prepared_playoff_match factory
This commit is contained in:
parent
b9d4c77db0
commit
2b7d0edf74
|
|
@ -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