diff options
Diffstat (limited to 'tests/annotations/tests.py')
-rw-r--r-- | tests/annotations/tests.py | 5 |
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, [ |