Skip to content

Commit 99d9825

Browse files
WaVEVtimgraham
authored andcommitted
Fix import issue.
1 parent 82a65d3 commit 99d9825

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
@@ -321,7 +321,7 @@ def django_test_expected_failures(self):
321321
"annotations.tests.NonAggregateAnnotationTestCase.test_empty_queryset_annotation",
322322
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_outerref",
323323
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_trunc_subquery_with_parameters",
324-
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation"
324+
"expressions.tests.BasicExpressionsTests.test_aggregate_subquery_annotation",
325325
"expressions.tests.BasicExpressionsTests.test_annotation_with_nested_outerref",
326326
"expressions.tests.BasicExpressionsTests.test_annotation_with_outerref",
327327
"expressions.tests.BasicExpressionsTests.test_annotations_within_subquery",

0 commit comments

Comments
 (0)