summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod/validate_command.js
diff options
context:
space:
mode:
authorShin Yee Tan <shinyee.tan@mongodb.com>2020-08-07 07:13:03 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-07 22:58:30 +0000
commitca1d644a6f31477b247fa79b6345528aba165281 (patch)
treec664ed1b71b050320c2b76f3aef72434d5f696dd /jstests/noPassthroughWithMongod/validate_command.js
parent426ed301b2e61107e82822764a855feb27168742 (diff)
downloadmongo-ca1d644a6f31477b247fa79b6345528aba165281.tar.gz
SERVER-49687 Add flag for validate to repair data in standalone mode
Diffstat (limited to 'jstests/noPassthroughWithMongod/validate_command.js')
-rw-r--r--jstests/noPassthroughWithMongod/validate_command.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/noPassthroughWithMongod/validate_command.js b/jstests/noPassthroughWithMongod/validate_command.js
index 7f5a8533705..5db827f0e2a 100644
--- a/jstests/noPassthroughWithMongod/validate_command.js
+++ b/jstests/noPassthroughWithMongod/validate_command.js
@@ -37,4 +37,4 @@ testValidate(output);
// TEST FULL
var output = t.validate({full: true});
testValidate(output);
-}()); \ No newline at end of file
+}());