Browse Source

fixup! CLDC-4136: Hide question on UI flow

lint test
pull/3136/head
Samuel Young 1 month ago
parent
commit
a4ec6d951b
  1. 4
      spec/models/form/lettings/subsections/property_information_spec.rb

4
spec/models/form/lettings/subsections/property_information_spec.rb

@ -115,7 +115,7 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
it "has correct pages" do
expect(property_information.pages.map(&:id)).to eq(
%w[
%w[
first_time_property_let_as_social_housing
property_let_type
property_vacancy_reason_not_first_let
@ -134,7 +134,7 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
property_major_repairs_value_check
sheltered_accommodation
],
)
)
end
end
end

Loading…
Cancel
Save