summaryrefslogtreecommitdiff
path: root/jstests/core/count10.js
diff options
context:
space:
mode:
authorTess Avitabile <tess.avitabile@mongodb.com>2017-04-28 14:18:50 -0400
committerTess Avitabile <tess.avitabile@mongodb.com>2017-05-23 17:37:13 -0400
commitf56ae945275aa9360d2d6eae192b64d558ede20b (patch)
treeef6a8deb33dc5e6eef3a108625eb8979c0cffbc9 /jstests/core/count10.js
parent9ef7f6dfedfbacfeabc67f4579c397647c78f8d1 (diff)
downloadmongo-f56ae945275aa9360d2d6eae192b64d558ede20b.tar.gz
SERVER-28575 Profile entry for update/delete should contain entire raw update/delete
Diffstat (limited to 'jstests/core/count10.js')
-rw-r--r--jstests/core/count10.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/count10.js b/jstests/core/count10.js
index 2a1853c399a..2578411b594 100644
--- a/jstests/core/count10.js
+++ b/jstests/core/count10.js
@@ -12,7 +12,7 @@ for (i = 0; i < 100; i++) {
// kill it via db.killOp().
s = startParallelShell('assert.soon(function() {' +
' current = db.currentOp({"ns": db.count10.getFullName(), ' +
- ' "query.count": db.count10.getName()}); ' +
+ ' "command.count": db.count10.getName()}); ' +
// Check that we found the count op. If not, return false so
// that assert.soon will retry.