From 4c0534e2edd57b49b31c956620545a629cad8aad Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Wed, 4 Oct 2023 11:35:19 +0100 Subject: [PATCH] feat: update question test --- .../form/lettings/questions/person_working_situation_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/form/lettings/questions/person_working_situation_spec.rb b/spec/models/form/lettings/questions/person_working_situation_spec.rb index f16f0c8b7..b13e82992 100644 --- a/spec/models/form/lettings/questions/person_working_situation_spec.rb +++ b/spec/models/form/lettings/questions/person_working_situation_spec.rb @@ -22,7 +22,7 @@ RSpec.describe Form::Lettings::Questions::PersonWorkingSituation, type: :model d it "has the correct answer_options" do expect(question.answer_options).to eq("0" => { "value" => "Other" }, "1" => { "value" => "Full-time – 30 hours or more" }, - "10" => { "value" => "Tenant prefers not to say" }, + "10" => { "value" => "Person prefers not to say" }, "2" => { "value" => "Part-time – Less than 30 hours" }, "3" => { "value" => "In government training into work, such as New Deal" }, "4" => { "value" => "Jobseeker" },