fix address spec

This commit is contained in:
24c02 2025-12-09 21:33:17 -05:00
parent 3f9990d877
commit 03537aeb8e

View file

@ -9,5 +9,6 @@ FactoryBot.define do
state { "CA" }
postal_code { "90069" }
country { "US" }
phone_number { "+18028675309" }
end
end