Skip to content

Commit e2e235a

Browse files
Mohamed AliMohamed-RPF
authored andcommitted
fix formatting issues
1 parent 4f74540 commit e2e235a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/features/my_school/showing_my_school_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
it "includes the school details and user's roles in the JSON" do
2020
school_json = school.to_json(only: %i[
21-
id name website reference address_line_1 address_line_2 municipality administrative_area postal_code country_code code verified_at created_at updated_at district_name district_nces_id
22-
])
21+
id name website reference address_line_1 address_line_2 municipality administrative_area postal_code country_code code verified_at created_at updated_at district_name district_nces_id
22+
])
2323
expected_data = JSON.parse(school_json, symbolize_names: true).merge(roles: ['owner'], import_in_progress: school.import_in_progress?)
2424

2525
get('/api/school', headers:)

0 commit comments

Comments
 (0)