Skip to content

Commit 83e9f29

Browse files
committed
CSHARP-4656: Fix failing test.
1 parent 3720217 commit 83e9f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.Driver.Tests/Linq/Linq3ImplementationTests/Jira/CSharp4658Tests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void Project_new_ModelAggregated_should_work(
7878
stages,
7979
"{ $group : { _id : '', __agg0 : { $sum : 1 } } }",
8080
"{ $project : { Count : '$__agg0', _id : 0 } }",
81-
"{ $project : { NotId : '', Count : 1, _id : 0 } }");
81+
"{ $project : { NotId : '', Count : '$Count', _id : 0 } }");
8282
}
8383
}
8484

0 commit comments

Comments
 (0)