From b61c2af510f297642e8ed4815f8d4f5dfe309c23 Mon Sep 17 00:00:00 2001 From: samyou-softwire Date: Tue, 31 Mar 2026 13:42:30 +0100 Subject: [PATCH] CLDC-4362: Code don't know as 9 in 2026 --- app/models/form/sales/questions/buyer_still_serving.rb | 2 +- spec/models/form/sales/questions/buyer_still_serving_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/models/form/sales/questions/buyer_still_serving.rb b/app/models/form/sales/questions/buyer_still_serving.rb index bbb04f118..fc7b9fcb2 100644 --- a/app/models/form/sales/questions/buyer_still_serving.rb +++ b/app/models/form/sales/questions/buyer_still_serving.rb @@ -14,7 +14,7 @@ class Form::Sales::Questions::BuyerStillServing < ::Form::Question "5" => { "value" => "No - they left up to and including 2 years ago" }, "6" => { "value" => "No - they left more than 2 years ago" }, "divider" => { "value" => true }, - "7" => { "value" => "Don’t know" }, + "9" => { "value" => "Don’t know" }, }.freeze else { diff --git a/spec/models/form/sales/questions/buyer_still_serving_spec.rb b/spec/models/form/sales/questions/buyer_still_serving_spec.rb index aceb0bdb8..4b89879f6 100644 --- a/spec/models/form/sales/questions/buyer_still_serving_spec.rb +++ b/spec/models/form/sales/questions/buyer_still_serving_spec.rb @@ -49,7 +49,7 @@ RSpec.describe Form::Sales::Questions::BuyerStillServing, type: :model do "5" => { "value" => "No - they left up to and including 2 years ago" }, "6" => { "value" => "No - they left more than 2 years ago" }, "divider" => { "value" => true }, - "7" => { "value" => "Don’t know" }, + "9" => { "value" => "Don’t know" }, }) end end