Browse Source

Change nil value in incomplete locations to another attribute

pull/2798/head
Manny Dinssa 9 months ago
parent
commit
b42af1fc47
  1. 2
      spec/factories/location.rb

2
spec/factories/location.rb

@ -22,7 +22,7 @@ FactoryBot.define do
end
trait :incomplete do
units { nil }
mobility_type { nil }
confirmed { false }
end

Loading…
Cancel
Save