We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed97445 commit 63ec39fCopy full SHA for 63ec39f
test-complete/nodejs-documents-write-large.js
@@ -88,6 +88,7 @@ describe('Large document write test', function(){
88
}).
89
on('end', function(){
90
//console.log('read '+ chunks + ' chunks of ' + length + ' length');
91
+ chunks.should.be.greaterThan(1);
92
length.should.equal(7648280);
93
done();
94
}, done);
0 commit comments