fix tests after typos corrections

This commit is contained in:
Eric Leroy-Terquem 2023-06-08 10:03:34 +02:00
parent ea9213bf90
commit 0164b5f008
8 changed files with 21 additions and 21 deletions

View file

@ -134,7 +134,7 @@ describe Users::ProfilController, type: :controller do
it "should not transfer to an empty email" do
expect { subject }.not_to change { DossierTransfer.count }
expect(flash.alert).to eq(["L'adresse email est invalide"])
expect(flash.alert).to eq(["Ladresse email est invalide"])
end
end
end