Skip to content

Commit

Permalink
[FIX] mail_activity_team: Fix tests from odoo/odoo@d64fff4
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralmau committed Oct 9, 2023
1 parent 0e9d801 commit 7944d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_activity_team/tests/test_mail_activity_team.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_activity_count(self):
self.assertEqual(res[0]["total_count"], 1)
self.assertEqual(res[0]["today_count"], 2)
res = self.env["res.users"].with_user(self.employee.id).systray_get_activities()
self.assertEqual(res[0]["total_count"], 2)
self.assertEqual(res[0]["total_count"], 1)

def test_activity_schedule_next(self):
self.activity1.write(
Expand Down

0 comments on commit 7944d66

Please sign in to comment.