Fix new failing tests

This commit is contained in:
Damien Le Thiec 2023-02-01 13:35:32 +01:00
parent a4645855d3
commit e7c78321d9
2 changed files with 3 additions and 1 deletions

View file

@ -50,7 +50,7 @@ RSpec.describe TypesDeChamp::PrefillTypeDeChamp, type: :model do
context 'when the type de champ is prefillable' do
let(:type_de_champ) { build(:type_de_champ_email) }
it { expect(possible_values).to match([]) }
it { expect(possible_values).to match(["Une adresse email"]) }
end
end