mirror of
https://github.com/django/django.git
synced 2025-01-24 00:59:20 +00:00
Fixed a PEP 8 error.
This commit is contained in:
parent
eacf244506
commit
df251e033c
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
@ -921,7 +921,7 @@ class DBCacheTests(BaseCacheTests, TransactionTestCase):
|
||||
self.assertEqual(stdout.getvalue(),
|
||||
"Cache table 'test cache table' already exists.\n" * len([
|
||||
k for k, v in settings.CACHES.items()
|
||||
if v['BACKEND']=='django.core.cache.backends.db.DatabaseCache'])
|
||||
if v['BACKEND'] == 'django.core.cache.backends.db.DatabaseCache'])
|
||||
)
|
||||
|
||||
def test_createcachetable_with_table_argument(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user