We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9293ccc commit 57b98d1Copy full SHA for 57b98d1
.travis.yml
@@ -1,8 +1,7 @@
1
language: node_js
2
node_js:
3
- - 0.8
4
- - 0.10
5
- - 0.11
+ - "0.10"
+ - "0.12"
6
script: make coveralls
7
services:
8
- mongodb
test/cursor.js
@@ -83,9 +83,6 @@ exports.testWithDb = function(db) {
83
should.have.property('nReturned');
84
} else {
85
result.should.have.property('cursor', 'BasicCursor');
86
- result.should.have.property('nscanned', 100);
87
- result.should.have.property('nscannedObjects', 100);
88
- result.should.have.property('n', 49);
89
}
90
done();
91
});
0 commit comments