Add number on the end

This commit is contained in:
Brenda Wallace
2020-02-29 21:30:08 +13:00
parent 52e28f4ae2
commit 4e093716f2

View File

@@ -4,6 +4,6 @@
FactoryBot.define do
factory :plant_part do
name { Faker::Games::Pokemon.unique.name }
name { Faker::Games::Pokemon.unique.name + Faker::Number.number(10) }
end
end