Browse Source

updated test description

Rafał Pitoń 10 years ago
parent
commit
37a6f96e48
1 changed files with 2 additions and 2 deletions
  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):
 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 = """
         tpl_content = """
 {% load misago_json %}
 {% load misago_json %}