Browse Source

feat: update tests

pull/2370/head
natdeanlewissoftwire 2 years ago
parent
commit
ba9f2ca5d4
  1. 1
      spec/models/form/lettings/questions/referral_prp_spec.rb

1
spec/models/form/lettings/questions/referral_prp_spec.rb

@ -84,7 +84,6 @@ RSpec.describe Form::Lettings::Questions::ReferralPrp, type: :model do
"1" => { "value" => "Internal transfer", "hint" => "Where the tenant has moved to another social property owned by the same landlord." },
"2" => { "value" => "Tenant applied directly (no referral or nomination)" },
"3" => { "value" => "Nominated by a local housing authority" },
"4" => { "value" => "Referred by local authority housing department" },
"8" => { "value" => "Re-located through official housing mobility scheme" },
"10" => { "value" => "Other social landlord" },
"9" => { "value" => "Community learning disability team" },

Loading…
Cancel
Save