Skip to content

Commit b6a7814

Browse files
PR requested changes 1
1 parent 4e99d70 commit b6a7814

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

test/unit/mongo_client.test.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -843,17 +843,6 @@ describe('MongoOptions', function () {
843843
});
844844
});
845845

846-
context('when option is a Writable stream', function () {
847-
it('it is accessible through mongoLogger.logDestination', function () {
848-
const writable = new Writable();
849-
const client = new MongoClient('mongodb://a/', {
850-
[loggerFeatureFlag]: true,
851-
mongodbLogPath: writable
852-
});
853-
expect(client.options.mongoLoggerOptions.logDestination).to.deep.equal(writable);
854-
});
855-
});
856-
857846
context('when option is a MongoDBLogWritable stream', function () {
858847
it('it is accessible through mongoLogger.logDestination', function () {
859848
const writable = {

0 commit comments

Comments
 (0)