Skip to content

Commit 30a3188

Browse files
committed
Fix feature import test.
1 parent df05e93 commit 30a3188

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
@@ -44,7 +44,7 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4444
# Regex lookup doesn't work on non-string fields.
4545
"lookup.tests.LookupTests.test_regex_non_string",
4646
# Substr not implemented.
47-
"lookup.tests.LookupTests.test_pattern_lookups_with_substr"
47+
"lookup.tests.LookupTests.test_pattern_lookups_with_substr",
4848
# Querying ObjectID with string doesn't work.
4949
"lookup.tests.LookupTests.test_lookup_int_as_str",
5050
# Regex lookup doesn't work on json fields.

0 commit comments

Comments
 (0)