summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/update_upsert_multi.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/update_upsert_multi.js')
-rw-r--r--jstests/concurrency/fsm_workloads/update_upsert_multi.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/update_upsert_multi.js b/jstests/concurrency/fsm_workloads/update_upsert_multi.js
index 3b32f166d3f..bffcbc232fa 100644
--- a/jstests/concurrency/fsm_workloads/update_upsert_multi.js
+++ b/jstests/concurrency/fsm_workloads/update_upsert_multi.js
@@ -12,7 +12,6 @@
* @tags: [requires_non_retryable_writes]
*/
var $config = (function() {
-
var states = {
insert: function insert(db, collName) {
var query, update, options;
@@ -80,5 +79,4 @@ var $config = (function() {
data: {counter: 0, shardKey: {tid: 1}},
setup: setup
};
-
})();