Skip to content

Commit 023a0bd

Browse files
committed
Update test to add required field
1 parent bef5de5 commit 023a0bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/features/admin/schools_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979

8080
describe 'when the school is in the United States and has a postal code' do
8181
before do
82-
school.update(country_code: 'US', postal_code: '90210', district_nces_id: '010000000001', reference: nil)
82+
school.update(country_code: 'US', postal_code: '90210', district_name: 'Some District', district_nces_id: '010000000001', reference: nil)
8383
get admin_school_path(school)
8484
end
8585

0 commit comments

Comments
 (0)