Skip to content

Commit 0ce7421

Browse files
committed
Fix import issue.
1 parent 1ead496 commit 0ce7421

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
@@ -324,7 +324,7 @@ def django_test_expected_failures(self):
324324
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_queryset_annotation",
325325
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_outerref",
326326
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_trunc_subquery_with_parameters",
327-
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation"
327+
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation",
328328
"expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref",
329329
"expressions.tests.BasicExpressionsTests.test_annotation_with_outerref",
330330
"expressions.tests.BasicExpressionsTests.test_annotations_within_subquery",

0 commit comments

Comments
 (0)