Skip to content

Commit 1785e13

Browse files
committed
Fix test data
1 parent 778280a commit 1785e13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/models/school_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
us_school.district_nces_id = '010000000001'
270270
us_school.reject
271271

272-
new_school = build(:school, district_nces_id: '010000000001')
272+
new_school = build(:school, country_code: 'US', district_name: 'Some District', district_nces_id: '010000000001')
273273
expect(new_school).to be_valid
274274
expect { new_school.save! }.not_to raise_error
275275
end

0 commit comments

Comments
 (0)