diff --git a/app/models/form/lettings/questions/reason.rb b/app/models/form/lettings/questions/reason.rb index f99343c13..7f0cd86a0 100644 --- a/app/models/form/lettings/questions/reason.rb +++ b/app/models/form/lettings/questions/reason.rb @@ -80,7 +80,7 @@ class Form::Lettings::Questions::Reason < ::Form::Question "48" => { "value" => "Domestic abuse - previously joint tenancy with partner" }, "49" => { "value" => "Domestic abuse - other" }, "10" => { "value" => "Racial harassment" }, - "31" => { "value" => "Hate crime" }, + "31" => { "value" => "Hate crime" }, "11" => { "value" => "Other problems with neighbours" }, "34" => { "value" => "Repossession" }, "54" => { "value" => "Could no longer afford rent or mortgage" }, @@ -114,7 +114,7 @@ class Form::Lettings::Questions::Reason < ::Form::Question "48" => { "value" => "Domestic abuse - previously joint tenancy with partner" }, "49" => { "value" => "Domestic abuse - other" }, "10" => { "value" => "Racial harassment" }, - "31" => { "value" => "Hate crime" }, + "31" => { "value" => "Hate crime" }, "11" => { "value" => "Other problems with neighbours" }, "34" => { "value" => "Repossession" }, "54" => { "value" => "Could no longer afford rent or mortgage" }, @@ -132,5 +132,5 @@ class Form::Lettings::Questions::Reason < ::Form::Question }.freeze, }.freeze - QUESTION_NUMBER_FROM_YEAR = { 2023 => 77, 2024 => 76 }.freeze + QUESTION_NUMBER_FROM_YEAR = { 2024 => 76 }.freeze end diff --git a/spec/models/form/lettings/questions/reason_spec.rb b/spec/models/form/lettings/questions/reason_spec.rb index 9bcaa9ea1..799348d42 100644 --- a/spec/models/form/lettings/questions/reason_spec.rb +++ b/spec/models/form/lettings/questions/reason_spec.rb @@ -65,7 +65,7 @@ RSpec.describe Form::Lettings::Questions::Reason, type: :model do "48" => { "value" => "Domestic abuse - previously joint tenancy with partner" }, "49" => { "value" => "Domestic abuse - other" }, "10" => { "value" => "Racial harassment" }, - "31" => { "value" => "Hate crime" }, + "31" => { "value" => "Hate crime" }, "11" => { "value" => "Other problems with neighbours" }, "34" => { "value" => "Repossession" }, "54" => { "value" => "Could no longer afford rent or mortgage" }, @@ -109,7 +109,7 @@ RSpec.describe Form::Lettings::Questions::Reason, type: :model do "48" => { "value" => "Domestic abuse - previously joint tenancy with partner" }, "49" => { "value" => "Domestic abuse - other" }, "10" => { "value" => "Racial harassment" }, - "31" => { "value" => "Hate crime" }, + "31" => { "value" => "Hate crime" }, "11" => { "value" => "Other problems with neighbours" }, "34" => { "value" => "Repossession" }, "54" => { "value" => "Could no longer afford rent or mortgage" }, @@ -155,7 +155,7 @@ RSpec.describe Form::Lettings::Questions::Reason, type: :model do "56" => { "value" => "Non-domestic violence (e.g. gang violence)" }, "57" => { "value" => "Cuckooing (property being used by others for illegal activity)" }, "10" => { "value" => "Racial harassment" }, - "31" => { "value" => "Hate crime" }, + "31" => { "value" => "Hate crime" }, "11" => { "value" => "Other problems with neighbours" }, "34" => { "value" => "Repossession" }, "54" => { "value" => "Could no longer afford rent or mortgage" },