Browse Source

Merge remote-tracking branch 'origin/CLDC-4325-ensure-tests-will-pass-on-go-live' into CLDC-4325-ensure-tests-will-pass-on-go-live

pull/3250/head
samyou-softwire 2 weeks ago
parent
commit
56b3410147
  1. 2
      spec/models/validations/household_validations_spec.rb

2
spec/models/validations/household_validations_spec.rb

@ -118,7 +118,7 @@ RSpec.describe Validations::HouseholdValidations do
end
context "when 2025", metadata: { year: 25 } do
# post 2025 we don't ask referral and referral_type any more
# post 2025 we don't ask referral and referral_type anymore
let(:startdate) { collection_start_date_for_year(2025) }
context "when referral is not internal transfer" do

Loading…
Cancel
Save