summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/collection_cloner_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/repl/collection_cloner_test.cpp')
-rw-r--r--src/mongo/db/repl/collection_cloner_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/db/repl/collection_cloner_test.cpp b/src/mongo/db/repl/collection_cloner_test.cpp
index 5f00b44bc30..09c6642d2f5 100644
--- a/src/mongo/db/repl/collection_cloner_test.cpp
+++ b/src/mongo/db/repl/collection_cloner_test.cpp
@@ -78,8 +78,8 @@ protected:
};
_storageInterface.createCollectionForBulkFn = _standardCreateCollectionFn;
- _mockClient->setWireVersions(WireVersion::PLACEHOLDER_FOR_44,
- WireVersion::PLACEHOLDER_FOR_44);
+ _mockClient->setWireVersions(WireVersion::RESUMABLE_INITIAL_SYNC,
+ WireVersion::RESUMABLE_INITIAL_SYNC);
_mockServer->assignCollectionUuid(_nss.ns(), _collUuid);
_mockServer->setCommandReply("replSetGetRBID",
BSON("ok" << 1 << "rbid" << _sharedData->getRollBackId()));