Skip to content

Commit e8d257a

Browse files
committed
Add unit test.
1 parent e5a0d49 commit e8d257a

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
@@ -387,7 +387,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
387387
},
388388
"Mongodb's Null behaviour is different from sql's": {
389389
"model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup",
390-
# "model_fields.test_jsonfield.TestQuerying.test_isnull_key",
391390
"model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null",
392391
"model_fields.test_jsonfield.TestQuerying.test_none_key",
393392
"model_fields.test_jsonfield.TestQuerying.test_lookup_exclude",

0 commit comments

Comments
 (0)