Correct state of empty_prepared_playoff_match factory

This commit is contained in:
Daniel Schädler 2019-05-29 15:40:07 +02:00
parent b9d4c77db0
commit 2b7d0edf74
1 changed files with 1 additions and 1 deletions

View File

@ -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