summaryrefslogtreecommitdiff
path: root/jstests/sharding/csrs_upgrade_during_migrate.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/csrs_upgrade_during_migrate.js')
-rw-r--r--jstests/sharding/csrs_upgrade_during_migrate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/csrs_upgrade_during_migrate.js b/jstests/sharding/csrs_upgrade_during_migrate.js
index c1fac8eeff6..f094f617188 100644
--- a/jstests/sharding/csrs_upgrade_during_migrate.js
+++ b/jstests/sharding/csrs_upgrade_during_migrate.js
@@ -30,7 +30,7 @@ var st;
conf.members[i].slaveDelay = delayed ? 30 : 0;
}
reconfig(rst, conf);
- }
+ };
var coordinator = new CSRSUpgradeCoordinator();
coordinator.setupSCCCCluster();