Skip to content

Commit

Permalink
CSHARP-4656: Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstam committed May 24, 2023
1 parent 3720217 commit 83e9f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class CSharp4658Tests : Linq3IntegrationTest
stages,
"{ $group : { _id : '', __agg0 : { $sum : 1 } } }",
"{ $project : { Count : '$__agg0', _id : 0 } }",
"{ $project : { NotId : '', Count : 1, _id : 0 } }");
"{ $project : { NotId : '', Count : '$Count', _id : 0 } }");
}
}

Expand Down

0 comments on commit 83e9f29

Please sign in to comment.