Skip to content

Commit 8e4ea1b

Browse files
author
Vincent Le Henaff
committed
+ fix exprOp test
1 parent eece492 commit 8e4ea1b

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
@@ -196,7 +196,7 @@ public static function provideExpressionOperators(): array
196196
],
197197
'exprOp' => [
198198
'expected' => ['$expr' => ['$eq' => ['$field', '$otherField']]],
199-
'operator' => 'expr',
199+
'operator' => 'exprOp',
200200
'args' => [['$eq' => ['$field', '$otherField']]],
201201
],
202202
'filter' => [

0 commit comments

Comments
 (0)