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 278deaf304
commit 3cf2828dae
1 changed files with 1 additions and 1 deletions

View File

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