summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/shard_server_test_fixture.h
diff options
context:
space:
mode:
authorGregory Noma <gregory.noma@gmail.com>2022-05-02 22:20:07 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-02 23:31:55 +0000
commit7eced17c3b5e1cf85284cf0f18bdc53d4bc97263 (patch)
tree048eab8e7f4c4deec02f0cd657a3e4e1e7f796bf /src/mongo/db/s/shard_server_test_fixture.h
parenteea1c78a009e0d477a825674dbf41e83afa4970b (diff)
downloadmongo-7eced17c3b5e1cf85284cf0f18bdc53d4bc97263.tar.gz
SERVER-65918 Remove references to `ephemeralForTest`
Diffstat (limited to 'src/mongo/db/s/shard_server_test_fixture.h')
-rw-r--r--src/mongo/db/s/shard_server_test_fixture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/s/shard_server_test_fixture.h b/src/mongo/db/s/shard_server_test_fixture.h
index a92316ed1f9..bd39a90fa4f 100644
--- a/src/mongo/db/s/shard_server_test_fixture.h
+++ b/src/mongo/db/s/shard_server_test_fixture.h
@@ -35,8 +35,8 @@ namespace mongo {
/**
* Test fixture for shard components, as opposed to config or mongos components. Provides a mock
- * network and ephemeral storage engine via ShardingMongodTestFixture. Additionally sets up mock
- * dist lock catalog and manager with a real catalog client.
+ * network via ShardingMongodTestFixture. Additionally sets up mock dist lock catalog and manager
+ * with a real catalog client.
*/
class ShardServerTestFixture : public ShardingMongodTestFixture {
protected: