Skip to content

Commit

Permalink
fixup! [ADD] when approving a timesheet, create leaves if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrunn committed May 1, 2018
1 parent 52317df commit 6ac8395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_timesheet_holiday/tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ def test_analytic(self):
).leaves_taken
self.assertEqual(
float_round(leaves_taken_before + 6.0 / 7.0, 2),
leaves_taken_after,
float_round(leaves_taken_after, 2),
)

0 comments on commit 6ac8395

Please sign in to comment.