Skip to content

Commit ce8cd88

Browse files
committed
Change default birth_month_year_youth in factory to not be transition aged and see what breaks
1 parent b44a90f commit ce8cd88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/factories/casa_cases.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FactoryBot.define do
22
factory :casa_case do
33
sequence(:case_number) { |n| "CINA-#{n}" }
4-
birth_month_year_youth { 16.years.ago }
4+
birth_month_year_youth { 5.years.ago }
55
casa_org { CasaOrg.first || create(:casa_org) }
66
court_report_status { :not_submitted }
77
case_court_orders { [] }

0 commit comments

Comments
 (0)