From 8ca7124defb9a617281e4e557fd811c66ee0ef82 Mon Sep 17 00:00:00 2001 From: Mike Grundy Date: Thu, 4 Feb 2016 12:30:06 -0500 Subject: SERVER-22341 fix jslint errors in jstests/noPassthroughWithMongod with eslint --fix --- jstests/noPassthroughWithMongod/benchrun_substitution.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/noPassthroughWithMongod/benchrun_substitution.js') diff --git a/jstests/noPassthroughWithMongod/benchrun_substitution.js b/jstests/noPassthroughWithMongod/benchrun_substitution.js index 520613bcdc8..afc79b4cc49 100644 --- a/jstests/noPassthroughWithMongod/benchrun_substitution.js +++ b/jstests/noPassthroughWithMongod/benchrun_substitution.js @@ -61,7 +61,7 @@ function benchrun_sub_remove(use_write_command) { ops = [{op: "remove", ns: "test.benchrun_sub", query: {x: {"#RAND_INT": [0, 100]}}, writeCmd: use_write_command, - }] + }]; for (var i = 0; i < 100; ++i) { t.insert({x: i}); -- cgit v1.2.1