Browse Source

refactor: lint

pull/2199/head
natdeanlewissoftwire 2 years ago
parent
commit
30c6090eb0
  1. 1
      spec/models/form/sales/questions/buyer_live_spec.rb

1
spec/models/form/sales/questions/buyer_live_spec.rb

@ -42,7 +42,6 @@ RSpec.describe Form::Sales::Questions::BuyerLive, type: :model do
}) })
end end
context "with 2023/24 form" do context "with 2023/24 form" do
it "has the correct header" do it "has the correct header" do
expect(question.header).to eq("Will the buyers live in the property?") expect(question.header).to eq("Will the buyers live in the property?")

Loading…
Cancel
Save