summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
authorMatt Cotter <matt.cotter@mongodb.com>2016-10-11 14:50:15 -0400
committerMatt Cotter <matt.cotter@mongodb.com>2016-10-11 14:51:31 -0400
commit37b4f91ef59d6860cbe342641e8aba304ef826c4 (patch)
tree8265349d8c0d417ad0036cf3e6cd0335e82e4406 /jstests
parent7d8c005024e30183e3fbb9015db599a777155c29 (diff)
downloadmongo-37b4f91ef59d6860cbe342641e8aba304ef826c4.tar.gz
SERVER-25476 fix lint
Diffstat (limited to 'jstests')
-rw-r--r--jstests/noPassthrough/wt_unclean_shutdown.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/jstests/noPassthrough/wt_unclean_shutdown.js b/jstests/noPassthrough/wt_unclean_shutdown.js
index 3e3cea1313a..112413ec61b 100644
--- a/jstests/noPassthrough/wt_unclean_shutdown.js
+++ b/jstests/noPassthrough/wt_unclean_shutdown.js
@@ -1,7 +1,7 @@
/**
* This test is only for the WiredTiger storage engine. Test to reproduce recovery bugs in WT from
* WT-2696 and WT-2706. Have several threads inserting unique data. Kill -9 mongod. After
- * restart and recovery verify that all expected records inserted are there and no records in the
+ * restart and recovery verify that all expected records inserted are there and no records in the
* middle of the data set are lost.
*
* @tags: [requires_wiredtiger, requires_journaling]
@@ -123,8 +123,8 @@ load('jstests/libs/parallelTester.js'); // For ScopedThread
}
assert.eq(null,
missing,
- 'Thread ' + i + ' missing id ' + missing +
- ' start and end for all threads: ' + tojson(retData));
+ 'Thread ' + i + ' missing id ' + missing + ' start and end for all threads: ' +
+ tojson(retData));
}
MongoRunner.stopMongod(conn);