Skip to content

Commit

Permalink
chore: passing linter check for pr-24152
Browse files Browse the repository at this point in the history
  • Loading branch information
asmitahase committed Nov 7, 2024
1 parent 67aeb64 commit 22ed698
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ def test_employee_status_filter(self):
)
report = execute(filters)
self.assertEqual(len(report[1]), 1)

@set_holiday_list("_Test Emp Balance Holiday List", "_Test Company")
def test_closing_balance_considers_carry_forwarded_leaves(self):
leave_type = create_leave_type(leave_type_name="_Test_CF_leave_expiry", is_carry_forward=1)
Expand Down Expand Up @@ -284,5 +285,3 @@ def test_closing_balance_considers_carry_forwarded_leaves(self):
+ allocation2.new_leaves_allocated
)
self.assertEqual(report[1][0].closing_balance, closing_balance)


0 comments on commit 22ed698

Please sign in to comment.