Skip to content

Commit 198ded3

Browse files
committed
Fix import error.
1 parent a2e49c0 commit 198ded3

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
@@ -377,7 +377,7 @@ def django_test_expected_failures(self):
377377
"QuerySet.distinct() is not supported.": {
378378
"aggregation.tests.AggregateTestCase.test_sum_distinct_aggregate",
379379
"lookup.tests.LookupTests.test_lookup_collision_distinct",
380-
"ordering.tests.OrderingTests.test_orders_nulls_first_on_filtered_subquery"
380+
"ordering.tests.OrderingTests.test_orders_nulls_first_on_filtered_subquery",
381381
"queries.tests.ExcludeTest17600.test_exclude_plain_distinct",
382382
"queries.tests.ExcludeTest17600.test_exclude_with_q_is_equal_to_plain_exclude",
383383
"queries.tests.ExcludeTest17600.test_exclude_with_q_object_distinct",

0 commit comments

Comments
 (0)