summaryrefslogtreecommitdiff
path: root/jstests/core/profile_count.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/profile_count.js')
-rw-r--r--jstests/core/profile_count.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/profile_count.js b/jstests/core/profile_count.js
index 5e448201811..2fb9063a25b 100644
--- a/jstests/core/profile_count.js
+++ b/jstests/core/profile_count.js
@@ -68,7 +68,7 @@
assert.eq(profileObj.command.query, query, tojson(profileObj));
assert.eq(profileObj.keysExamined, 6, tojson(profileObj));
- assert.eq(profileObj.planSummary, "COUNT_SCAN { a: 1.0 }", tojson(profileObj));
+ assert.eq(profileObj.planSummary, "COUNT_SCAN { a: 1 }", tojson(profileObj));
assert(profileObj.execStats.hasOwnProperty("stage"), tojson(profileObj));
assert.eq(profileObj.appName, "MongoDB Shell", tojson(profileObj));