From b42af1fc47e6951424471795543dd18b1438af93 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:47:16 +0000 Subject: [PATCH] Change nil value in incomplete locations to another attribute --- spec/factories/location.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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