Skip to content

Commit 61fcff1

Browse files
committed
Updated SelectProperty expected result to match official driver
1 parent ac88e4b commit 61fcff1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/MongoFramework.Tests/Infrastructure/Linq/Translation/Translators/SelectTranslatorTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ public void SelectProperty()
2424
"$project",
2525
new BsonDocument
2626
{
27-
{ "Id", "$Id" },
28-
{ "_id", 0 }
27+
{ "_id", "$_id" }
2928
}
3029
}
3130
};

0 commit comments

Comments
 (0)