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