Skip to content

Commit 6a5665c

Browse files
committed
Fix unit test.
1 parent 175563b commit 6a5665c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/model_fields_/test_arrayfield.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,13 +454,13 @@ def test_in_expr(self):
454454
{
455455
"$match": {
456456
"$expr": {
457-
"$in": (
457+
"$in": [
458458
"$field",
459459
[
460460
[{"$multiply": [{"$literal": 1}, {"$literal": 1}]}],
461461
[{"$literal": 2}],
462462
],
463-
)
463+
]
464464
}
465465
}
466466
}

0 commit comments

Comments
 (0)