summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp')
-rw-r--r--src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp b/src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp
index c20a32d2169..2b72d339904 100644
--- a/src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp
+++ b/src/mongo/db/s/resharding/resharding_oplog_applier_test.cpp
@@ -156,7 +156,7 @@ public:
chunks);
return ChunkManager(_sourceId.getShardId(),
- DatabaseVersion(UUID::gen(), 1),
+ DatabaseVersion(UUID::gen()),
makeStandaloneRoutingTableHistory(std::move(rt)),
boost::none);
}