summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/tests/db_api_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/tests/db_api_tests.py b/askbot/tests/db_api_tests.py
index 84cd7acb..5ad26e8a 100644
--- a/askbot/tests/db_api_tests.py
+++ b/askbot/tests/db_api_tests.py
@@ -88,7 +88,7 @@ class DBApiTests(AskbotTestCase):
rev = q.revisions.all()[0]
self.assertTrue(rev.is_anonymous)
- def tets_post_unicode_question(self):
+ def test_post_unicode_question(self):
"""there was a bug that caused this to raise a db error"""
self.user.post_question(
tags=u'\u043c\u043e\u0440\u0435',