Modified Reddit test to check for unicode return

This commit is contained in:
2010-11-04 11:49:19 +00:00
parent 89dd955ef5
commit 0167432f53

View File

@@ -17,7 +17,7 @@ class RedditAccount(models.Model):
>>> mod.username = 'nik_doof'
>>> mod.api_update()
>>> mod.reddit_id
'1axok'
u'1axok'
"""
user = models.ForeignKey(User, blank=True, null=True)