Skip to content

Commit

Permalink
Fix spec that was broken by core change
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Jul 14, 2021
1 parent b75c7ca commit 507c346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/domain/export/tabular/people/households_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def households(list = [])

context 'header' do
it 'includes name, address attributes and layer group columns' do
expect(households.attributes).to eq [:name, :address, :zip_code, :town,
expect(households.attributes).to eq [:salutation, :name, :address, :zip_code, :town,
:country, :layer_group, :correspondence_language,
:kantonalverband_id,
:id, :layer_group_id, :company_name, :company]
Expand Down

0 comments on commit 507c346

Please sign in to comment.