mirror of
https://github.com/django/django.git
synced 2025-12-09 02:55:57 +00:00
Removed unneeded u prefixes
This commit is contained in:
parent
41eb70f762
commit
f08fa5b555
3 changed files with 3 additions and 3 deletions
|
|
@ -40,7 +40,7 @@ class TestNoInitialDataLoading(TransactionTestCase):
|
|||
# Test presence of fixture (flush called by TransactionTestCase)
|
||||
self.assertQuerysetEqual(
|
||||
Book.objects.all(), [
|
||||
u'Achieving self-awareness of Python programs'
|
||||
'Achieving self-awareness of Python programs'
|
||||
],
|
||||
lambda a: a.name
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue