From 2eaf83a36d7df602da9bd85c7b68569c408d8c19 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 29 Feb 2024 09:36:04 +0000 Subject: [PATCH] refactor: remove extra spaces from other --- spec/models/form/lettings/questions/reason_renewal_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },