Browse Source

fixup! CLDC-4325: Fix lettings household validations spec

Co-authored-by: Oscar Richardson <116292912+oscar-richardson-softwire@users.noreply.github.com>
pull/3250/head
Samuel Young 2 weeks ago committed by GitHub
parent
commit
c23c4abd8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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