Skip to content

Commit db7fc80

Browse files
committed
chore: remove ts ignore
1 parent 99671a2 commit db7fc80

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/cmap/connection.test.ts

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ describe('new Connection()', function () {
180180
const thirdHello = generateOpMsgBuffer(document);
181181
const buffer = Buffer.concat([firstHello, secondHello, thirdHello]);
182182

183-
// @ts-expect-error: driverSocket does not fully satisfy the stream type, but that's okay
184183
connection = sinon.spy(new Connection(inputStream, connectionOptionsDefaults));
185184
connection.isMonitoringConnection = true;
186185
const queueSymbol = getSymbolFrom(connection, 'queue');

0 commit comments

Comments
 (0)