summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_test_fixture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/shard_server_test_fixture.cpp')
-rw-r--r--src/mongo/db/s/shard_server_test_fixture.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/s/shard_server_test_fixture.cpp b/src/mongo/db/s/shard_server_test_fixture.cpp
index 2c65e268b1b..fe4de75a820 100644
--- a/src/mongo/db/s/shard_server_test_fixture.cpp
+++ b/src/mongo/db/s/shard_server_test_fixture.cpp
@@ -44,7 +44,8 @@ namespace mongo {
const HostAndPort ShardServerTestFixture::kConfigHostAndPort("dummy", 123);
-ShardServerTestFixture::ShardServerTestFixture() = default;
+ShardServerTestFixture::ShardServerTestFixture(Options options, bool setUpMajorityReads)
+ : ShardingMongodTestFixture(std::move(options), setUpMajorityReads) {}
ShardServerTestFixture::~ShardServerTestFixture() = default;