Fix new failing tests
This commit is contained in:
parent
a4645855d3
commit
e7c78321d9
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue