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 d1585d1 commit 5e6931cCopy full SHA for 5e6931c
tests/MongoDB.Driver.Tests/Linq/LinqProviderAdapterTests.cs
@@ -31,7 +31,7 @@ public class LinqProviderAdapterTests
31
[Fact]
32
public void AsQueryable_should_return_expected_result()
33
{
34
- var collection = Mock.Of<IMongoCollection<C>>();
+ var collection = Mock.Of<IMongoCollection<C>>( m => m.Settings.SerializationDomain == BsonSerializer.DefaultSerializationDomain );
35
var session = Mock.Of<IClientSessionHandle>();
36
var options = new AggregateOptions();
37
0 commit comments