summaryrefslogtreecommitdiff
path: root/jstests/replsets/capped_id.js
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-02-04 12:30:42 -0500
committerMike Grundy <michael.grundy@10gen.com>2016-02-05 15:00:51 -0500
commitf768da59c3c4bbee218355e2c9c7bdd1df266ff4 (patch)
tree7f15ac93b8d026cad7e3e4acbb76dca754822ebb /jstests/replsets/capped_id.js
parentbb207e87bbf6593cc73be1e4f684f3e83191ff61 (diff)
downloadmongo-f768da59c3c4bbee218355e2c9c7bdd1df266ff4.tar.gz
SERVER-22341 fix jslint errors in jstests/replsets with eslint --fix
Diffstat (limited to 'jstests/replsets/capped_id.js')
-rw-r--r--jstests/replsets/capped_id.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/capped_id.js b/jstests/replsets/capped_id.js
index 83942f6405f..8ba37ea7c14 100644
--- a/jstests/replsets/capped_id.js
+++ b/jstests/replsets/capped_id.js
@@ -97,7 +97,7 @@ for( testnum=0; testnum < numtests; testnum++ ){
}
else if ( testnum == 3 ){
// explicitly set autoIndexId : false
- masterdb.runCommand( {create : coll , capped : true , size : 1024 , autoIndexId : false } )
+ masterdb.runCommand( {create : coll , capped : true , size : 1024 , autoIndexId : false } );
for(i=0; i < 500 ; i++){
masterdb.getCollection( coll ).insert( {a: 1000} );
}