Skip to content

Commit

Permalink
fixup! [ADD] fix for #88, tests for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed Dec 23, 2023
1 parent f1b4c6e commit 721cc2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verdigado_attendance/tests/test_overtime_calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def test_calculation_employeeA(self):

# be sure that a day spanning attendance generates overtime records for all days
attendance.check_out += timedelta(days=1)
self.assertOvertime(employeeA, "2023-08-06", 34 * 60, 0)
self.assertOvertime(employeeA, "2023-08-06", 33 * 60, 0)
self.assertOvertime(employeeA, "2023-08-07", 0, 8 * 60)

def to_time(self, time_string):
Expand Down

0 comments on commit 721cc2a

Please sign in to comment.