Skip to content

Commit 18fc7f9

Browse files
committed
test(NODE-4834): Remove out of place assertion
1 parent e9cd32c commit 18fc7f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/cmap/connection.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ describe('new Connection()', function() {
647647
connection.destroy({ force: true });
648648
clock.tick(1);
649649
expect(driverSocket.destroy).to.have.been.calledThrice;
650-
expect(driverSocket.end).to.not.have.been.called;
651650
});
652651
});
653652

0 commit comments

Comments
 (0)