diff --git a/spec/factories/sales_log.rb b/spec/factories/sales_log.rb index ba0f10b63..34fd33a91 100644 --- a/spec/factories/sales_log.rb +++ b/spec/factories/sales_log.rb @@ -73,6 +73,7 @@ FactoryBot.define do pregghb { 1 } disabled { 1 } hhregres { 1 } + hhregresstill { 4 } end end end 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 e3282ed61..e5d91572e 100644 --- a/spec/models/form/sales/questions/buyer_still_serving_spec.rb +++ b/spec/models/form/sales/questions/buyer_still_serving_spec.rb @@ -12,7 +12,7 @@ RSpec.describe Form::Sales::Questions::BuyerStillServing, type: :model do end it "has the correct id" do - expect(question.id).to eq("hhregres") + expect(question.id).to eq("hhregresstill") end it "has the correct header" do