We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3004589 commit 727ad46Copy full SHA for 727ad46
test/unit/error.test.ts
@@ -306,7 +306,7 @@ describe('MongoErrors', () => {
306
307
it('sets beforeHandshake to true if it is set', () => {
308
const error = new MongoNetworkError('error', { beforeHandshake: true });
309
- expect(error.beforeHandshake).to.be.false;
+ expect(error.beforeHandshake).to.be.true;
310
});
311
312
0 commit comments