summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/map_reduce_drop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/map_reduce_drop.js')
-rw-r--r--jstests/concurrency/fsm_workloads/map_reduce_drop.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/concurrency/fsm_workloads/map_reduce_drop.js b/jstests/concurrency/fsm_workloads/map_reduce_drop.js
index 9066bca8375..64de629acb7 100644
--- a/jstests/concurrency/fsm_workloads/map_reduce_drop.js
+++ b/jstests/concurrency/fsm_workloads/map_reduce_drop.js
@@ -58,7 +58,7 @@ var $config = (function() {
bulk.insert({key: Random.randInt(10000)});
}
var res = bulk.execute();
- assertAlways.writeOK(res);
+ assertAlways.commandWorked(res);
var options = {
finalize: function finalize(key, reducedValue) {