Browse Source

feat: update tests

pull/1538/head
natdeanlewissoftwire 2 years ago
parent
commit
36ee61a1b7
  1. 8
      spec/models/form/lettings/subsections/property_information_spec.rb

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

@ -20,8 +20,8 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
%w[
property_postcode
property_local_authority
min_rent_value_check
max_rent_value_check
local_authority_min_rent_value_check
local_authority_max_rent_value_check
first_time_property_let_as_social_housing
property_let_type
property_vacancy_reason_not_first_let
@ -32,8 +32,8 @@ RSpec.describe Form::Lettings::Subsections::PropertyInformation, type: :model do
property_building_type
property_wheelchair_accessible
property_number_of_bedrooms
min_rent_value_check
max_rent_value_check
beds_min_rent_value_check
beds_max_rent_value_check
void_date
void_date_value_check
property_major_repairs

Loading…
Cancel
Save