summaryrefslogtreecommitdiff
path: root/jstests/sharding/hash_shard_unique_compound.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/hash_shard_unique_compound.js')
-rw-r--r--jstests/sharding/hash_shard_unique_compound.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/sharding/hash_shard_unique_compound.js b/jstests/sharding/hash_shard_unique_compound.js
index 832cb93600f..eab3fd92c6c 100644
--- a/jstests/sharding/hash_shard_unique_compound.js
+++ b/jstests/sharding/hash_shard_unique_compound.js
@@ -24,11 +24,11 @@ db.printShardingStatus();
// Create unique index
assert.commandWorked(coll.ensureIndex({ a: 1, b: 1 }, { unique: true }));
-jsTest.log("------ indexes -------")
+jsTest.log("------ indexes -------");
jsTest.log(tojson(coll.getIndexes()));
// Second Part
-jsTest.log("------ dropping sharded collection to start part 2 -------")
+jsTest.log("------ dropping sharded collection to start part 2 -------");
coll.drop();
//Create unique index
@@ -42,4 +42,4 @@ db.printShardingStatus();
jsTest.log("------ indexes 2-------");
jsTest.log(tojson(coll.getIndexes()));
-s.stop()
+s.stop();