Fixed typo in tests/aggregation_regress/tests.py.
This commit is contained in:
parent
5d55a26019
commit
b3330f52a8
|
@ -335,7 +335,7 @@ class AggregationTests(TestCase):
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_aggrate_annotation(self):
|
def test_aggregate_annotation(self):
|
||||||
# Aggregates can be composed over annotations.
|
# Aggregates can be composed over annotations.
|
||||||
# The return type is derived from the composed aggregate
|
# The return type is derived from the composed aggregate
|
||||||
vals = (
|
vals = (
|
||||||
|
|
Loading…
Reference in New Issue