summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp')
-rw-r--r--src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp b/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
index 95c9557c7f8..67b4f9d020a 100644
--- a/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
+++ b/src/mongo/db/s/config/sharding_catalog_manager_shard_collection_test.cpp
@@ -150,8 +150,10 @@ TEST_F(CreateFirstChunksTest, NonEmptyCollection_SplitPoints_FromSplitVector_Man
auto uuid = UUID::gen();
CollectionCatalog::write(getServiceContext(), [&](CollectionCatalog& catalog) {
- catalog.registerCollection(
- operationContext(), uuid, std::make_shared<CollectionMock>(kNamespace));
+ catalog.registerCollection(operationContext(),
+ uuid,
+ std::make_shared<CollectionMock>(kNamespace),
+ /*ts=*/boost::none);
});
auto future = launchAsync([&] {