Skip to content

Commit

Permalink
test: restrict destroy test to versions of node that support it (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
emadum committed Feb 8, 2021
1 parent db1ab0b commit e8ac558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/gridfs_stream.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ describe('GridFS Stream', function() {
});

it('destroy publishes provided error', {
metadata: { requires: { topology: ['single'] } },
metadata: { requires: { topology: ['single'], node: '>=8' } },
test: function(done) {
var configuration = this.configuration;
var GridFSBucket = configuration.require.GridFSBucket;
Expand Down

0 comments on commit e8ac558

Please sign in to comment.