Skip to content

Commit

Permalink
chore: remove ts ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 15, 2022
1 parent 99671a2 commit db7fc80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/cmap/connection.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ describe('new Connection()', function () {
const thirdHello = generateOpMsgBuffer(document);
const buffer = Buffer.concat([firstHello, secondHello, thirdHello]);

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

0 comments on commit db7fc80

Please sign in to comment.