@ -191,7 +191,7 @@ FactoryBot.define do
discarded_at { Time.zone.now }
end
trait :imported do
old_id { rand(1...99_999) }
old_id { Random.hex }
created_at { Time.zone.today }
updated_at { Time.zone.today }
@ -156,7 +156,7 @@ FactoryBot.define do