Browse Source

Update model test

pull/2735/head
Manny Dinssa 2 years ago
parent
commit
a7448d3cb8
  1. 2
      spec/models/form/lettings/pages/care_home_charges_value_check_spec.rb

2
spec/models/form/lettings/pages/care_home_charges_value_check_spec.rb

@ -35,7 +35,7 @@ RSpec.describe Form::Lettings::Pages::CareHomeChargesValueCheck, type: :model do
end end
it "has the correct informative_text" do it "has the correct informative_text" do
expect(page.informative_text).to eq({ "arguments" => [], "translation" => "forms.2024.lettings.soft_validations.carehome_charges_value_check.informative_text" }) expect(page.informative_text).to eq({ "arguments" => [], "translation" => "forms.2024.lettings.soft_validations.care_home_charges_value_check.informative_text" })
end end
it "has the correct interruption_screen_question_ids" do it "has the correct interruption_screen_question_ids" do

Loading…
Cancel
Save