We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3720217 commit 83e9f29Copy full SHA for 83e9f29
tests/MongoDB.Driver.Tests/Linq/Linq3ImplementationTests/Jira/CSharp4658Tests.cs
@@ -78,7 +78,7 @@ public void Project_new_ModelAggregated_should_work(
78
stages,
79
"{ $group : { _id : '', __agg0 : { $sum : 1 } } }",
80
"{ $project : { Count : '$__agg0', _id : 0 } }",
81
- "{ $project : { NotId : '', Count : 1, _id : 0 } }");
+ "{ $project : { NotId : '', Count : '$Count', _id : 0 } }");
82
}
83
84
0 commit comments