summaryrefslogtreecommitdiff
path: root/jstests/core/profile_agg.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/profile_agg.js')
-rw-r--r--jstests/core/profile_agg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/profile_agg.js b/jstests/core/profile_agg.js
index 209d0ce8b22..3422d171335 100644
--- a/jstests/core/profile_agg.js
+++ b/jstests/core/profile_agg.js
@@ -29,7 +29,7 @@
assert.eq(profileObj.nreturned, 8, tojson(profileObj));
assert.eq(profileObj.keysExamined, 8, tojson(profileObj));
assert.eq(profileObj.docsExamined, 8, tojson(profileObj));
- assert.eq(profileObj.planSummary, "IXSCAN { a: 1.0 }", tojson(profileObj));
+ assert.eq(profileObj.planSummary, "IXSCAN { a: 1 }", tojson(profileObj));
assert.eq(profileObj.protocol,
getProfilerProtocolStringForCommand(testDB.getMongo()),
tojson(profileObj));