Skip to content

Commit

Permalink
debug: flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Aug 29, 2024
1 parent 038c2d8 commit f1bb1af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hrms/payroll/doctype/payroll_entry/test_payroll_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,8 @@ def test_employee_wise_bank_entry_with_cost_centers(self):
},
]

print(debit_entries, expected_entries)

self.assertEqual(debit_entries, expected_entries)

def test_validate_attendance(self):
Expand Down

0 comments on commit f1bb1af

Please sign in to comment.