Browse Source

chore: lint

bulk-upload-duplicates-bkup
Sam Seed 2 years ago
parent
commit
3e9e3712b8
  1. 2
      spec/factories/bulk_upload_error.rb

2
spec/factories/bulk_upload_error.rb

@ -9,7 +9,7 @@ FactoryBot.define do
tenant_code { SecureRandom.hex(4) } tenant_code { SecureRandom.hex(4) }
property_ref { SecureRandom.hex(4) } property_ref { SecureRandom.hex(4) }
purchaser_code { SecureRandom.hex(4) } purchaser_code { SecureRandom.hex(4) }
field { "field_#{rand(134) + 1}" } field { "field_#{rand(1..134)}" }
error { "some error" } error { "some error" }
end end
end end

Loading…
Cancel
Save