summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp')
-rw-r--r--src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp b/src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp
index c8e2a975a58..43946d897c2 100644
--- a/src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp
+++ b/src/mongo/s/catalog/replset/catalog_manager_replica_set_upgrade_test.cpp
@@ -76,8 +76,11 @@ TEST_F(CatalogManagerReplSetTestFixture, UpgradeNotNeeded) {
checkReadConcern(findCmd, Timestamp(0, 0), repl::OpTime::kUninitializedTerm);
BSONObj versionDoc(BSON("_id" << 1 << "minCompatibleVersion"
- << MIN_COMPATIBLE_CONFIG_VERSION << "currentVersion"
- << CURRENT_CONFIG_VERSION << "clusterId" << OID::gen()));
+ << MIN_COMPATIBLE_CONFIG_VERSION
+ << "currentVersion"
+ << CURRENT_CONFIG_VERSION
+ << "clusterId"
+ << OID::gen()));
return vector<BSONObj>{versionDoc};
});