changeset dccf58f854e4 in trytond:default
details: https://hg.tryton.org/trytond?cmd=changeset&node=dccf58f854e4
description:
        Reformat test docstring
diffstat:

 trytond/tests/test_field_char.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r cc090270ecd9 -r dccf58f854e4 trytond/tests/test_field_char.py
--- a/trytond/tests/test_field_char.py  Sat Oct 22 00:58:28 2022 +0200
+++ b/trytond/tests/test_field_char.py  Sun Oct 23 18:52:46 2022 +0200
@@ -628,8 +628,8 @@
 
     @with_transaction()
     def test_translation_default_language_cache(self):
-        """Test set translation for default language does not fill 
transactional
-        cache with former value"""
+        """Test set translation for default language does not fill
+        transactional cache with former value"""
         pool = Pool()
         Config = pool.get('ir.configuration')
         Char = self.Char()

Reply via email to