Skip to content

Commit 49c34d6

Browse files
committed
add age path to InExpression
1 parent aacdd4d commit 49c34d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/expression_converter_/test_op_expressions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def test_no_conversion_dict_value(self):
142142

143143
def _test_conversion_valid_type(self, _type):
144144
self.assertConversionEqual(
145-
{"$in": ["$age", [_type]]}, _wrap_condition_if_null(_type, {"age": {"$in": [_type]}})
145+
{"$in": ["$age", [_type]]}, _wrap_condition_if_null(_type, {"age": {"$in": [_type]}}, "age")
146146
)
147147

148148
def test_conversion_various_types(self):

0 commit comments

Comments
 (0)