Use a bigger sample for badges titles (#4334)
This commit is contained in:
parent
1aa0d95de3
commit
54047f2292
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ FactoryBot.define do
|
|||
)
|
||||
|
||||
factory :badge do
|
||||
title { Faker::Games::Overwatch.quote }
|
||||
title { Faker::Book.title }
|
||||
description { Faker::Lorem.sentence }
|
||||
badge_image { image }
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue