Skip to content

Commit

Permalink
test(GridFS): fixes bug in node 10.10.x
Browse files Browse the repository at this point in the history
Fixes test failure causes by combination of nodejs/node#22209 and
an ambiguous test.
  • Loading branch information
daprahamian committed Sep 17, 2018
1 parent ff0c7f8 commit 86b5758
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/gridfs_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,6 @@ describe('GridFS', function() {
test.equal('llo world!', chunk.toString());
});

stream.on('readable', function() {});
stream.on('end', function() {
client.close();
done();
Expand Down

0 comments on commit 86b5758

Please sign in to comment.