Skip to content

Commit 5e6931c

Browse files
committed
Small correction
1 parent d1585d1 commit 5e6931c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MongoDB.Driver.Tests/Linq/LinqProviderAdapterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class LinqProviderAdapterTests
3131
[Fact]
3232
public void AsQueryable_should_return_expected_result()
3333
{
34-
var collection = Mock.Of<IMongoCollection<C>>();
34+
var collection = Mock.Of<IMongoCollection<C>>( m => m.Settings.SerializationDomain == BsonSerializer.DefaultSerializationDomain );
3535
var session = Mock.Of<IClientSessionHandle>();
3636
var options = new AggregateOptions();
3737

0 commit comments

Comments
 (0)