Skip to content

Commit e4cadba

Browse files
test: fix MongoClientFactoryTests mock.
1 parent 935e202 commit e4cadba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Liquid.Repository.Mongo.Tests/MongoClientFactoryTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public MongoClientFactoryTests()
2020
{
2121
var options = new MongoRunnerOptions
2222
{
23+
UseSingleNodeReplicaSet = false,
2324
AdditionalArguments = "--quiet",
2425
KillMongoProcessesWhenCurrentProcessExits = true
2526
};

0 commit comments

Comments
 (0)