Browse Source

refactor: remove extra spaces from other

pull/2275/head
natdeanlewissoftwire 2 years ago
parent
commit
2eaf83a36d
  1. 2
      spec/models/form/lettings/questions/reason_renewal_spec.rb

2
spec/models/form/lettings/questions/reason_renewal_spec.rb

@ -75,7 +75,7 @@ RSpec.describe Form::Lettings::Questions::ReasonRenewal, type: :model do
"51" => { "value" => "End of social housing tenancy - evicted due to anti-social behaviour (ASB)" },
"52" => { "value" => "End of social housing tenancy - evicted due to rent arrears" },
"53" => { "value" => "End of fixed term tenancy - evicted for any other reason" },
"20" => { "value" => "Other" },
"20" => { "value" => "Other" },
"47" => { "value" => "Tenant prefers not to say" },
"divider" => { "value" => true },
"28" => { "value" => "Don’t know" },

Loading…
Cancel
Save