Skip to content

Commit 67e6913

Browse files
Vincent Le Henaffvincent-le-henaff
authored andcommitted
+ fix exprOp test
1 parent 906d5bc commit 67e6913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doctrine/ODM/MongoDB/Tests/Aggregation/AggregationOperatorsProviderTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public static function provideExpressionOperators(): array
194194
],
195195
'exprOp' => [
196196
'expected' => ['$expr' => ['$eq' => ['$field', '$otherField']]],
197-
'operator' => 'expr',
197+
'operator' => 'exprOp',
198198
'args' => [['$eq' => ['$field', '$otherField']]],
199199
],
200200
'filter' => [

0 commit comments

Comments
 (0)