fix(export): typo tier => tiers

This commit is contained in:
Colin Darie 2024-02-22 14:01:41 +01:00
parent 7143c7e8e2
commit f04420812b
No known key found for this signature in database
GPG key ID: 8C76CADD40253590
3 changed files with 3 additions and 3 deletions

View file

@ -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