summaryrefslogtreecommitdiff
path: root/jstests/repl/repl14.js
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-02-04 12:30:30 -0500
committerMike Grundy <michael.grundy@10gen.com>2016-02-05 15:00:51 -0500
commitbb207e87bbf6593cc73be1e4f684f3e83191ff61 (patch)
treecf6e11405d4133c5676e9db548e75e4184c7a3c0 /jstests/repl/repl14.js
parenta4d52e4c8505d15b58a465720edca4a2906fd23f (diff)
downloadmongo-bb207e87bbf6593cc73be1e4f684f3e83191ff61.tar.gz
SERVER-22341 fix jslint errors in jstests/repl with eslint --fix
Diffstat (limited to 'jstests/repl/repl14.js')
-rw-r--r--jstests/repl/repl14.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/repl/repl14.js b/jstests/repl/repl14.js
index 66128d2d583..5359221e607 100644
--- a/jstests/repl/repl14.js
+++ b/jstests/repl/repl14.js
@@ -24,7 +24,7 @@ function testWithCollectionIndexIds( capped, sparse, useIds ) {
else { // Otherwise avoid the auto generated _id.
mc._mongo.insert( mc._fullName, toInsert, 0 );
}
- assert.eq(mc.count(), 1)
+ assert.eq(mc.count(), 1);
s = rt.start( false ); // slave
sc = s.getDB( 'd' )[ 'c' ]; // slave collection