From 087a8fb88753b1bcfb0144ac17f305b79cc98bf2 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 12 Feb 2020 07:31:53 +0000 Subject: [PATCH] :green_heart: res_partner_mails_count/tests/test_mail --- res_partner_mails_count/tests/test_mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",