Skip to content

Commit 499233e

Browse files
committed
rename aggregation_regress tests
1 parent 0214fc6 commit 499233e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django_mongodb_backend/features.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ def django_test_expected_failures(self):
339339
"aggregation.tests.AggregateTestCase.test_coalesced_empty_result_set",
340340
"aggregation_regress.tests.AggregationTests.test_annotate_with_extra",
341341
"aggregation_regress.tests.AggregationTests.test_annotation",
342-
"aggregation_regress.tests.AggregationTests.test_more_more3",
343-
"aggregation_regress.tests.AggregationTests.test_more_more_more3",
342+
"aggregation_regress.tests.AggregationTests.test_extra_select_grouping_with_params",
343+
"aggregation_regress.tests.AggregationTests.test_values_extra_grouping",
344344
"annotations.tests.NonAggregateAnnotationTestCase.test_raw_sql_with_inherited_field",
345345
"async.test_async_queryset.AsyncQuerySetTest.test_raw",
346346
"backends.base.test_base.ExecuteWrapperTests",

0 commit comments

Comments
 (0)