summaryrefslogtreecommitdiff
path: root/tests/cache/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cache/tests.py')
-rw-r--r--tests/cache/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py
index ee6df48b03..a8b23f139d 100644
--- a/tests/cache/tests.py
+++ b/tests/cache/tests.py
@@ -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(),