summaryrefslogtreecommitdiff
path: root/jstests/core/plan_cache_list_shapes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/plan_cache_list_shapes.js')
-rw-r--r--jstests/core/plan_cache_list_shapes.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/jstests/core/plan_cache_list_shapes.js b/jstests/core/plan_cache_list_shapes.js
index 4711940870d..1c9ecdf9e1b 100644
--- a/jstests/core/plan_cache_list_shapes.js
+++ b/jstests/core/plan_cache_list_shapes.js
@@ -34,9 +34,8 @@ t.ensureIndex({a: 1});
t.ensureIndex({a: 1, b: 1});
// Run a query.
-assert.eq(1,
- t.find({a: 1, b: 1}, {_id: 1, a: 1}).sort({a: -1}).itcount(),
- 'unexpected document count');
+assert.eq(
+ 1, t.find({a: 1, b: 1}, {_id: 1, a: 1}).sort({a: -1}).itcount(), 'unexpected document count');
// We now expect the two indices to be compared and a cache entry to exist.
// Retrieve query shapes from the test collection