Skip to content

Commit feae226

Browse files
committed
chore: remove accidental commit
1 parent 14d72a7 commit feae226

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hrms/hr/report/shift_attendance/test_shift_attendance.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ def test_get_attendance_records_without_checkins(self):
246246
self.assertEqual(len(table_data), 9)
247247

248248
chart_data = get_chart_data(report)
249-
frappe.db.commit()
250249
self.assertEqual(chart_data.present_records, 5)
251250
self.assertEqual(chart_data.half_day_records, 2)
252251
self.assertEqual(chart_data.absent_records, 2)

0 commit comments

Comments
 (0)