Skip to content

Commit

Permalink
Updated SelectProperty expected result to match official driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Turnerj committed Dec 17, 2020
1 parent 9713d20 commit 4ec1b63
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ public void SelectProperty()
"$project",
new BsonDocument
{
{ "Id", "$Id" },
{ "_id", 0 }
{ "_id", "$_id" }
}
}
};
Expand Down

0 comments on commit 4ec1b63

Please sign in to comment.