summaryrefslogtreecommitdiff
path: root/tests/aggregation_regress/tests.py
diff options
context:
space:
mode:
authorMin ho Kim <minho42@gmail.com>2019-08-06 01:47:50 +1000
committerCarlton Gibson <carlton@noumenal.es>2019-08-07 11:23:14 +0200
commit65e86948b80262574058a94ccaae3a9b59c3faea (patch)
treee3b74cea769a64bd2adb882b0dfb975fa200867c /tests/aggregation_regress/tests.py
parent052388aba47ba7166886fc741cac5ce3b22fea58 (diff)
Corrected several typos in string literals and test names.
Diffstat (limited to 'tests/aggregation_regress/tests.py')
-rw-r--r--tests/aggregation_regress/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/aggregation_regress/tests.py b/tests/aggregation_regress/tests.py
index 274dc29d6d..f46da0e957 100644
--- a/tests/aggregation_regress/tests.py
+++ b/tests/aggregation_regress/tests.py
@@ -377,7 +377,7 @@ class AggregationTests(TestCase):
{'c__max': 3}
)
- def test_conditional_aggreate(self):
+ def test_conditional_aggregate(self):
# Conditional aggregation of a grouped queryset.
self.assertEqual(
Book.objects.annotate(c=Count('authors')).values('pk').aggregate(test=Sum(