summaryrefslogtreecommitdiff
path: root/jstests/core/drop3.js
diff options
context:
space:
mode:
authorMike Grundy <michael.grundy@10gen.com>2016-03-17 14:41:31 -0400
committerMike Grundy <michael.grundy@10gen.com>2016-03-18 17:10:31 -0400
commit1be713cebbb9411d2977ec9996931a4508252af0 (patch)
treea199db2a273ebb5ca4289158ee5f63066cb3926a /jstests/core/drop3.js
parentd82956a6fe2e7d5dd6216e66e95900d73dbf2e0c (diff)
downloadmongo-1be713cebbb9411d2977ec9996931a4508252af0.tar.gz
SERVER-23067 Final round of JS linting and formatting
Diffstat (limited to 'jstests/core/drop3.js')
-rw-r--r--jstests/core/drop3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/core/drop3.js b/jstests/core/drop3.js
index 1215d218e4f..a3807faab12 100644
--- a/jstests/core/drop3.js
+++ b/jstests/core/drop3.js
@@ -21,5 +21,5 @@ t.drop(); // should invalidate cursor, but not subcursor
assert.throws(function() {
cursor.itcount();
-}); // throws "cursor doesn't exist on server" error on getMore
+}); // throws "cursor doesn't exist on server" error on getMore
assert.eq(subcursor.itcount(), 9); // one already seen