summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp b/src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp
index 1206f4f28f5..429dca541d2 100644
--- a/src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp
+++ b/src/mongo/db/s/resharding/resharding_donor_recipient_common_test.cpp
@@ -97,7 +97,7 @@ protected:
auto chunk = ChunkType(nss, std::move(range), ChunkVersion(1, 0, epoch), kShardTwo);
ChunkManager cm(
kShardOne,
- DatabaseVersion(uuid, 1),
+ DatabaseVersion(uuid),
makeStandaloneRoutingTableHistory(RoutingTableHistory::makeNew(nss,
uuid,
shardKeyPattern,