Skip to content

Commit 50602ce

Browse files
committed
test(GridFS): fixes bug in node 10.10.x
Fixes test failure causes by combination of nodejs/node#22209 and an ambiguous test.
1 parent ff0c7f8 commit 50602ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/functional/gridfs_tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,6 @@ describe('GridFS', function() {
15681568
test.equal('llo world!', chunk.toString());
15691569
});
15701570

1571-
stream.on('readable', function() {});
15721571
stream.on('end', function() {
15731572
client.close();
15741573
done();

0 commit comments

Comments
 (0)