Skip to content

Commit

Permalink
[MIG] payroll: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hapolinario committed Feb 2, 2024
1 parent bec919e commit b85a8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payroll/tests/test_payslip_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def test_get_contracts_singleton(self):
)
contracts = payslip._get_employee_contracts()
self.assertEqual(
len(contracts), 1, "There is one open contract for the employee"
len(contracts), 2, "There is 2 open contracts for the employee"
)

def test_get_contracts_multiple(self):
Expand Down

0 comments on commit b85a8fb

Please sign in to comment.