summaryrefslogtreecommitdiff
path: root/tests/migrations/test_optimizer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/migrations/test_optimizer.py')
-rw-r--r--tests/migrations/test_optimizer.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/migrations/test_optimizer.py b/tests/migrations/test_optimizer.py
index b69563ebab..59dd401a3c 100644
--- a/tests/migrations/test_optimizer.py
+++ b/tests/migrations/test_optimizer.py
@@ -238,9 +238,9 @@ class OptimizerTests(SimpleTestCase):
def test_optimize_through_create(self):
"""
- We should be able to optimize away create/delete through a create or delete
- of a different model, but only if the create operation does not mention the model
- at all.
+ We should be able to optimize away create/delete through a create or
+ delete of a different model, but only if the create operation does not
+ mention the model at all.
"""
# These should work
self.assertOptimizesTo(