diff --git a/spec/models/form/lettings/questions/reason_renewal_spec.rb b/spec/models/form/lettings/questions/reason_renewal_spec.rb index 2f1507891..4c127a2c6 100644 --- a/spec/models/form/lettings/questions/reason_renewal_spec.rb +++ b/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" },