summaryrefslogtreecommitdiffstats
path: root/askbot/tests/db_api_tests.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-10-06 19:44:41 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-10-06 19:44:41 -0400
commite7ffb278abaee4445baad0118338e659b2392942 (patch)
treee244d8c55ae036c22f3a6728e1e1e329377f6aa1 /askbot/tests/db_api_tests.py
parent0e07bd3058ca5316329840225fd5a1977749361a (diff)
downloadaskbot-e7ffb278abaee4445baad0118338e659b2392942.tar.gz
askbot-e7ffb278abaee4445baad0118338e659b2392942.tar.bz2
askbot-e7ffb278abaee4445baad0118338e659b2392942.zip
fixed bug in the test case name
Diffstat (limited to 'askbot/tests/db_api_tests.py')
-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',