summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/currentop_query.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthrough/currentop_query.js')
-rw-r--r--jstests/noPassthrough/currentop_query.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/jstests/noPassthrough/currentop_query.js b/jstests/noPassthrough/currentop_query.js
index deb470666af..b72da385564 100644
--- a/jstests/noPassthrough/currentop_query.js
+++ b/jstests/noPassthrough/currentop_query.js
@@ -47,9 +47,7 @@
testObj.currentOpFilter.ns = coll.getFullName();
testObj.currentOpFilter.planSummary = testObj.planSummary;
if (testObj.hasOwnProperty("command")) {
- testObj.currentOpFilter["query." + testObj.command] = {
- $exists: true
- };
+ testObj.currentOpFilter["query." + testObj.command] = {$exists: true};
} else if (testObj.hasOwnProperty("operation")) {
testObj.currentOpFilter.op = testObj.operation;
}
@@ -132,7 +130,7 @@
reduce: function() {},
initial: {}
}),
- [{"a": 1}]);
+ [{"a": 1}]);
},
command: "group",
planSummary: "COLLSCAN",