diff --git a/res_partner_mails_count/tests/test_mail.py b/res_partner_mails_count/tests/test_mail.py index c43fdc8..4034d6b 100644 --- a/res_partner_mails_count/tests/test_mail.py +++ b/res_partner_mails_count/tests/test_mail.py @@ -34,7 +34,7 @@ class TestMessageCount(TransactionCase): ) mail_compose = self.env["mail.compose.message"] compose = mail_compose.with_context( - {"default_composition_mode": "comment",} + {"default_composition_mode": "comment"} ).create( { "subject": "test subj",