summaryrefslogtreecommitdiff
path: root/src/mongo/shell/assert.js
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2019-12-12 19:15:45 +0000
committerevergreen <evergreen@mongodb.com>2019-12-12 19:15:45 +0000
commit15d3feea932e89bf6ee7f562c5274853c2bcb11c (patch)
tree4573451f17020e86a5e2065beb455544e9f27a37 /src/mongo/shell/assert.js
parent3eecd38739655c84334cb09d03127479c4dd7a50 (diff)
downloadmongo-15d3feea932e89bf6ee7f562c5274853c2bcb11c.tar.gz
SERVER-43720 Add default read write concern commands to mongos and config server
Diffstat (limited to 'src/mongo/shell/assert.js')
-rw-r--r--src/mongo/shell/assert.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/assert.js b/src/mongo/shell/assert.js
index 53e283b540a..07bf0c31bfd 100644
--- a/src/mongo/shell/assert.js
+++ b/src/mongo/shell/assert.js
@@ -284,7 +284,7 @@ assert = (function() {
if (count != arr.length) {
doassert(_buildAssertionMessage(
- msg, "None of values from " + tojson(arr) + " was in " + tojson(result)));
+ msg, "Not all of the values from " + tojson(arr) + " were in " + tojson(result)));
}
};