diff options
Diffstat (limited to 'src/mongo/shell/assert.js')
-rw-r--r-- | src/mongo/shell/assert.js | 2 |
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))); } }; |