fix(export): typo tier => tiers
This commit is contained in:
parent
7143c7e8e2
commit
f04420812b
3 changed files with 3 additions and 3 deletions
|
@ -2138,7 +2138,7 @@ describe Dossier, type: :model do
|
|||
|
||||
context 'for_individual' do
|
||||
let(:dossier) { create(:dossier, procedure: create(:procedure, :for_individual)) }
|
||||
it { expect(dossier.spreadsheet_columns(types_de_champ: [])).to include(["Dépot pour un tier", :for_tiers]) }
|
||||
it { expect(dossier.spreadsheet_columns(types_de_champ: [])).to include(["Dépôt pour un tiers", :for_tiers]) }
|
||||
it { expect(dossier.spreadsheet_columns(types_de_champ: [])).to include(['Nom du mandataire', :mandataire_last_name]) }
|
||||
it { expect(dossier.spreadsheet_columns(types_de_champ: [])).to include(['Prénom du mandataire', :mandataire_first_name]) }
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue