Rafał Pitoń 10 лет назад
Родитель
Сommit
37a6f96e48
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      misago/core/tests/test_templatetags.py

+ 2 - 2
misago/core/tests/test_templatetags.py

@@ -241,8 +241,8 @@ class ShorthandsTests(TestCase):
 
 
 class JSONTests(TestCase):
-    def test_iftrue_for_true(self):
-        """iftrue renders value for true"""
+    def test_json_filter(self):
+        """as_json filter renders dict as json"""
         tpl_content = """
 {% load misago_json %}