Browse Source

test: update id

pull/1123/head
natdeanlewissoftwire 4 years ago
parent
commit
fe17a9fd9b
  1. 2
      spec/models/form/sales/pages/buyer_still_serving_spec.rb

2
spec/models/form/sales/pages/buyer_still_serving_spec.rb

@ -12,7 +12,7 @@ RSpec.describe Form::Sales::Pages::BuyerStillServing, type: :model do
end end
it "has correct questions" do it "has correct questions" do
expect(page.questions.map(&:id)).to eq(%w[hhregres]) expect(page.questions.map(&:id)).to eq(%w[hhregresstill])
end end
it "has the correct id" do it "has the correct id" do

Loading…
Cancel
Save