summaryrefslogtreecommitdiff
path: root/jstests/concurrency/fsm_workloads/drop_index_during_replan.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/concurrency/fsm_workloads/drop_index_during_replan.js')
-rw-r--r--jstests/concurrency/fsm_workloads/drop_index_during_replan.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/concurrency/fsm_workloads/drop_index_during_replan.js b/jstests/concurrency/fsm_workloads/drop_index_during_replan.js
index 637fbbd4954..3444b8eac33 100644
--- a/jstests/concurrency/fsm_workloads/drop_index_during_replan.js
+++ b/jstests/concurrency/fsm_workloads/drop_index_during_replan.js
@@ -9,7 +9,6 @@
* index drops.
*/
var $config = (function() {
-
let data = {
collName: 'drop_index_during_replan',
indexSpecs: [
@@ -75,5 +74,4 @@ var $config = (function() {
transitions: transitions,
setup: setup
};
-
})();