mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #21285 -- Fixed E121,E122 pep8 warnings
This commit is contained in:
parent
d97bec5ee3
commit
dfb4cb9970
34 changed files with 149 additions and 150 deletions
2
tests/cache/tests.py
vendored
2
tests/cache/tests.py
vendored
|
|
@ -867,7 +867,7 @@ class DBCacheTests(BaseCacheTests, TransactionTestCase):
|
|||
def test_second_call_doesnt_crash(self):
|
||||
stdout = six.StringIO()
|
||||
management.call_command(
|
||||
'createcachetable',
|
||||
'createcachetable',
|
||||
stdout=stdout
|
||||
)
|
||||
self.assertEqual(stdout.getvalue(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue