Skip to content

Commit bf3c6b6

Browse files
danhalsonCopilot
andauthored
Ensure we're using the same country_code
This was the result of a merge conflict, the original behaviour needs to be preserved Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent afe2d63 commit bf3c6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tasks/seeds_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def create_school(creator_id, school_id = nil)
2323
school.administrative_area = "#{Faker::Address.city}shire"
2424
school.municipality = Faker::Address.city
2525
school.postal_code = Faker::Address.postcode
26-
school.country_code = Faker::Address.country_code
26+
school.country_code = country_code
2727
school.creator_id = creator_id
2828
school.creator_agree_authority = true
2929
school.creator_agree_terms_and_conditions = true

0 commit comments

Comments
 (0)