Skip to content

Commit

Permalink
test(Shift Attendance): fix enable_marking fields
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Aug 22, 2023
1 parent 046d7d6 commit bf33b5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hrms/hr/report/shift_attendance/test_shift_attendance.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def create_records(cls):
end_time="12:00:00",
working_hours_threshold_for_half_day=2,
working_hours_threshold_for_absent=1,
enable_entry_grace_period=1,
enable_exit_grace_period=1,
enable_late_entry_marking=1,
enable_early_exit_marking=1,
process_attendance_after="2023-01-01",
last_sync_of_checkin="2023-01-04 04:00:00",
)
Expand All @@ -43,8 +43,8 @@ def create_records(cls):
end_time="02:00:00",
working_hours_threshold_for_half_day=2,
working_hours_threshold_for_absent=1,
enable_entry_grace_period=1,
enable_exit_grace_period=1,
enable_late_entry_marking=1,
enable_early_exit_marking=1,
process_attendance_after="2023-01-01",
last_sync_of_checkin="2023-01-04 04:00:00",
)
Expand Down

0 comments on commit bf33b5d

Please sign in to comment.