mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Removed unnecessary commas in tests.
This commit is contained in:
parent
2d676ee119
commit
3b24a3fa33
6 changed files with 8 additions and 10 deletions
|
|
@ -2088,7 +2088,7 @@ class AggregateTestCase(TestCase):
|
|||
|
||||
def test_aggregation_over_annotation_shared_alias(self):
|
||||
self.assertEqual(
|
||||
Publisher.objects.annotate(agg=Count("book__authors"),).aggregate(
|
||||
Publisher.objects.annotate(agg=Count("book__authors")).aggregate(
|
||||
agg=Count("agg"),
|
||||
),
|
||||
{"agg": 5},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue