summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp b/src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp
index f52a55fbb8f..5d6c6aba3f2 100644
--- a/src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp
+++ b/src/mongo/db/s/resharding/resharding_collection_cloner_test.cpp
@@ -123,7 +123,7 @@ protected:
private:
const NamespaceString _sourceNss = NamespaceString("test"_sd, "collection_being_resharded"_sd);
- const CollectionUUID _sourceUUID = UUID::gen();
+ const UUID _sourceUUID = UUID::gen();
ServiceContext::UniqueOperationContext _opCtx = makeOperationContext();
std::unique_ptr<ReshardingMetrics> _metrics;