summaryrefslogtreecommitdiff
path: root/jstests/sharding/features3.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/features3.js')
-rw-r--r--jstests/sharding/features3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/features3.js b/jstests/sharding/features3.js
index 6ec52f57015..365334b1dc6 100644
--- a/jstests/sharding/features3.js
+++ b/jstests/sharding/features3.js
@@ -109,7 +109,7 @@ assert.soon(function() {
curOpState = 1;
// kill all $where
mine.forEach(function(z) {
- printjson(dbForTest.getSisterDB("admin").killOp(z.opid));
+ printjson(dbForTest.getSiblingDB("admin").killOp(z.opid));
});
killTime = new Date();
}