We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44a90f commit ce8cd88Copy full SHA for ce8cd88
1 file changed
spec/factories/casa_cases.rb
@@ -1,7 +1,7 @@
1
FactoryBot.define do
2
factory :casa_case do
3
sequence(:case_number) { |n| "CINA-#{n}" }
4
- birth_month_year_youth { 16.years.ago }
+ birth_month_year_youth { 5.years.ago }
5
casa_org { CasaOrg.first || create(:casa_org) }
6
court_report_status { :not_submitted }
7
case_court_orders { [] }
0 commit comments