Skip to content

Commit 9f29d68

Browse files
committed
Add unit test.
1 parent 3f6aa8a commit 9f29d68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
350350
},
351351
"Mongodb's Null behaviour is different from sql's": {
352352
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
353-
# "model_fields.test_jsonfield.TestQuerying.test_isnull_key",
354353
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
355354
"model_fields.test_jsonfield.TestQuerying.test_none_key",
356355
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",

0 commit comments

Comments
 (0)