Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang committed Jan 8, 2025
1 parent 2ef3e2f commit 395f19b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

factory :contact, aliases: [ :beneficiary ] do
account
iso_country_code { "SO" }
msisdn { generate(:somali_msisdn) }

trait :disabled do
Expand Down Expand Up @@ -219,7 +220,7 @@

factory :beneficiary_address do
beneficiary
iso_country_code { "KH" }
iso_region_code { "KH-1" }
iso_country_code { beneficiary.iso_country_code }
iso_region_code { "SO-AW" }
end
end

0 comments on commit 395f19b

Please sign in to comment.