Browse Source

💚 res_partner_mails_count/tests/test_mail

pull/258/head
Ivan Yelizariev 4 years ago
parent
commit
087a8fb887
No known key found for this signature in database GPG Key ID: 93F14FB6A8B57057
  1. 2
      res_partner_mails_count/tests/test_mail.py

2
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",

Loading…
Cancel
Save