diff --git a/spec/factories/location.rb b/spec/factories/location.rb index 00fa0d77f..19f874d44 100644 --- a/spec/factories/location.rb +++ b/spec/factories/location.rb @@ -22,7 +22,7 @@ FactoryBot.define do end trait :incomplete do - units { nil } + mobility_type { nil } confirmed { false } end