summaryrefslogtreecommitdiff
path: root/jstests/sharding/index1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/index1.js')
-rw-r--r--jstests/sharding/index1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/index1.js b/jstests/sharding/index1.js
index 7a554c9da0b..bb83d971ced 100644
--- a/jstests/sharding/index1.js
+++ b/jstests/sharding/index1.js
@@ -61,8 +61,8 @@ for ( var i = 0; i < 10; i++ ) {
}
catch( e ){
print(e)
- assert( !passed, "Should not shard collection with no unique index.")
}
+ assert( !passed, "Should not shard collection with no unique index.")
}
}
if ( i == 3 ) {