summaryrefslogtreecommitdiff
path: root/jstests/sharding/kill_pinned_cursor.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/kill_pinned_cursor.js')
-rw-r--r--jstests/sharding/kill_pinned_cursor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/kill_pinned_cursor.js b/jstests/sharding/kill_pinned_cursor.js
index 1c19626ab77..fcf9d0fa96c 100644
--- a/jstests/sharding/kill_pinned_cursor.js
+++ b/jstests/sharding/kill_pinned_cursor.js
@@ -27,7 +27,7 @@ let coll = mongosDB.jstest_kill_pinned_cursor;
coll.drop();
for (let i = 0; i < 10; i++) {
- assert.writeOK(coll.insert({_id: i}));
+ assert.commandWorked(coll.insert({_id: i}));
}
st.shardColl(coll, {_id: 1}, {_id: 5}, {_id: 6}, kDBName, false);