summaryrefslogtreecommitdiff
path: root/jstests/core/count_plan_summary.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/count_plan_summary.js')
-rw-r--r--jstests/core/count_plan_summary.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/core/count_plan_summary.js b/jstests/core/count_plan_summary.js
index a822c7666b5..48891d21e8e 100644
--- a/jstests/core/count_plan_summary.js
+++ b/jstests/core/count_plan_summary.js
@@ -10,9 +10,8 @@ for (var i = 0; i < 1000; i++) {
// Mock a long-running count operation by sleeping for each of
// the documents in the collection.
-var awaitShell = startParallelShell(
- "db.jstests_count_plan_summary.find({x: 1, $where: 'sleep(100)'}).count()"
-);
+var awaitShell =
+ startParallelShell("db.jstests_count_plan_summary.find({x: 1, $where: 'sleep(100)'}).count()");
// Find the count op in db.currentOp() and check for the plan summary.
assert.soon(function() {