Skip to content

Commit 48c9905

Browse files
committed
fix(hr): add start_date to makeMentorEmployee helper in Phase 141 tests
https://claude.ai/code/session_01RdUGwo74JXChRCF88Yu27d
1 parent 8bb7231 commit 48c9905

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

erp/tests/Feature/HR/MentorshipProgramTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function makeMentorEmployee(array $attrs = []): Employee
2222
'first_name' => 'Mentor',
2323
'last_name' => 'Person ' . uniqid(),
2424
'employee_number' => 'EMP-M-' . uniqid(),
25+
'start_date' => now()->toDateString(),
2526
...$attrs,
2627
]);
2728
}

0 commit comments

Comments
 (0)