summaryrefslogtreecommitdiff
path: root/tests/annotations/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/annotations/tests.py')
-rw-r--r--tests/annotations/tests.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/annotations/tests.py b/tests/annotations/tests.py
index 5ff4df100d..c001b4e7f2 100644
--- a/tests/annotations/tests.py
+++ b/tests/annotations/tests.py
@@ -428,8 +428,9 @@ class NonAggregateAnnotationTestCase(TestCase):
F('ticker_name'),
F('description'),
Value('No Tag'),
- function='COALESCE')
- ).order_by('name')
+ function='COALESCE'
+ )
+ ).order_by('name')
self.assertQuerysetEqual(
qs, [