summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/indexbg_drop.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/noPassthroughWithMongod/indexbg_drop.js')
-rw-r--r--jstests/noPassthroughWithMongod/indexbg_drop.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/jstests/noPassthroughWithMongod/indexbg_drop.js b/jstests/noPassthroughWithMongod/indexbg_drop.js
index df66d82aaeb..74722b0e631 100644
--- a/jstests/noPassthroughWithMongod/indexbg_drop.js
+++ b/jstests/noPassthroughWithMongod/indexbg_drop.js
@@ -39,10 +39,7 @@ var secondId = replTest.getNodeId(second);
var masterDB = master.getDB(dbname);
var secondDB = second.getDB(dbname);
-var dc = {
- dropIndexes: collection,
- index: "i_1"
-};
+var dc = {dropIndexes: collection, index: "i_1"};
// set up collections
masterDB.dropDatabase();