diff --git a/res_partner_mails_count/tests/test_mail.py b/res_partner_mails_count/tests/test_mail.py index 80fb2ac..340a095 100644 --- a/res_partner_mails_count/tests/test_mail.py +++ b/res_partner_mails_count/tests/test_mail.py @@ -32,7 +32,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",