Skip to content

Commit effcbd4

Browse files
comments
1 parent 5617814 commit effcbd4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/integration/mongodb-handshake/mongodb-handshake.prose.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ describe('Handshake Prose Tests', function () {
123123

124124
async function stub() {
125125
const response = await command(ns, cmd, options);
126-
// console.error({ response });
127126
return {
128127
...response,
129128
saslSupportedMechs: [...(response.saslSupportedMechs ?? []), 'random string']

test/integration/mongodb-handshake/mongodb-handshake.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type Sinon from 'sinon';
44
import * as sinon from 'sinon';
55

66
import {
7-
connect,
87
Connection,
98
LEGACY_HELLO_COMMAND,
109
MongoServerError,

0 commit comments

Comments
 (0)