Skip to content

Commit

Permalink
remove unnecessary block
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Dec 13, 2022
1 parent 32f1f26 commit 7b07723
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/unit/mongo_logger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,6 @@ describe('class MongoLogger', function () {
}
);
}
it(`sets ${componentSeverityOption} to the value of MONGODB_LOG_ALL`, () => {
expect(true).to.be.true;
});
});
});

Expand Down

0 comments on commit 7b07723

Please sign in to comment.