2
0
Tim Graham 10 жил өмнө
parent
commit
149605dfb4
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      tests/i18n/tests.py

+ 1 - 0
tests/i18n/tests.py

@@ -98,6 +98,7 @@ class TranslationTests(TestCase):
         called, not the one used when the decorator was initialized. refs #23381
         """
         activate('fr')
+
         @translation.override('pl')
         def func_pl():
             pass