Skip to content

Commit 0161dfb

Browse files
committed
remove the CONSTANT dictionary
1 parent 4af823a commit 0161dfb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/lookup_/tests.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ def test_eq_and_in(self):
7171

7272

7373
class NullValueLookupTests(MongoTestCaseMixin, TestCase):
74-
_OPERATOR_PREDICATE_MAP = {
75-
"exact": lambda field: {field: None},
76-
"in": lambda field: {field: {"$in": [None]}},
77-
}
78-
7974
@classmethod
8075
def setUpTestData(cls):
8176
cls.book_objs = Book.objects.bulk_create(

0 commit comments

Comments
 (0)