Browse Source

Rebase fix

pull/2252/head
Kat 2 years ago
parent
commit
eab8765a8d
  1. 2
      spec/models/form/sales/questions/number_joint_buyers_spec.rb

2
spec/models/form/sales/questions/number_joint_buyers_spec.rb

@ -51,7 +51,7 @@ RSpec.describe Form::Sales::Questions::NumberJointBuyers, type: :model do
context "with 2024 form" do context "with 2024 form" do
before do before do
allow(subsection).to receive(:form).and_return(instance_double(Form, start_year_after_2024?: true)) allow(subsection).to receive(:form).and_return(instance_double(Form, start_year_after_2024?: true, start_date: Time.zone.local(2024, 4, 1)))
end end
it "has no hint_text" do it "has no hint_text" do

Loading…
Cancel
Save