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 9110ce0 commit 329beaaCopy full SHA for 329beaa
tests/MongoDB.Driver.Tests/Linq/MongoQueryableTests.cs
@@ -1735,7 +1735,7 @@ public void AsQueryable_in_transaction()
1735
{
1736
__collection.InsertOne(session, new Root());
1737
1738
- var result_not_in_transaction = CreateQuery(null).Count(); // checks AsQueryable with null session (outside transaction)
+ var result_not_in_transaction = CreateQuery().Count(); // checks AsQueryable with no session (outside transaction)
1739
1740
result_not_in_transaction.Should().Be(2);
1741
0 commit comments