summaryrefslogtreecommitdiff
path: root/jstests/core/list_collections1.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/list_collections1.js')
-rw-r--r--jstests/core/list_collections1.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/core/list_collections1.js b/jstests/core/list_collections1.js
index b6466ea4a87..9745adc1f90 100644
--- a/jstests/core/list_collections1.js
+++ b/jstests/core/list_collections1.js
@@ -30,8 +30,6 @@
})[0];
assert(collObj);
assert.eq('object', typeof(collObj.options));
- assert.eq('collection', collObj.type, tojson(collObj));
- assert.eq(false, collObj.info.readOnly, tojson(collObj));
//
// Test basic usage with DBCommandCursor.