mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
Removed unneeded u prefixes
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user