summaryrefslogtreecommitdiff
path: root/jstests/sharding/coll_epoch_test1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/coll_epoch_test1.js')
-rw-r--r--jstests/sharding/coll_epoch_test1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/coll_epoch_test1.js b/jstests/sharding/coll_epoch_test1.js
index 115418017a2..4249265797e 100644
--- a/jstests/sharding/coll_epoch_test1.js
+++ b/jstests/sharding/coll_epoch_test1.js
@@ -45,7 +45,7 @@ st.configRS.awaitLastOpCommitted();
jsTest.log("Re-enabling sharding with a different key...");
st.ensurePrimaryShard(coll.getDB().getName(), st.shard1.shardName);
-assert.commandWorked(coll.createIndex({notId: 1}));
+assert.commandWorked(coll.ensureIndex({notId: 1}));
assert.commandWorked(admin.runCommand({shardCollection: coll + "", key: {notId: 1}}));
bulk = insertMongos.getCollection(coll + "").initializeUnorderedBulkOp();