Skip to content

Commit 17a5b42

Browse files
committed
Fix import issue.
1 parent ce9607d commit 17a5b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_mongodb/features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def django_test_expected_failures(self):
327327
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_queryset_annotation",
328328
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_outerref",
329329
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_trunc_subquery_with_parameters",
330-
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation"
330+
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation",
331331
"expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref",
332332
"expressions.tests.BasicExpressionsTests.test_annotation_with_outerref",
333333
"expressions.tests.BasicExpressionsTests.test_annotations_within_subquery",

0 commit comments

Comments
 (0)