Skip to content

Commit 58d3fbf

Browse files
committed
squash: additional assertion
1 parent 84ed1ea commit 58d3fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-tls-wrap-timeout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ server.listen(0, () => {
3737
});
3838
assert.ok(s instanceof net.Socket);
3939

40+
assert.notStrictEqual(socket._idleTimeout, -1);
4041
lastIdleStart = socket._idleStart;
4142

4243
const tsocket = tls.connect({

0 commit comments

Comments
 (0)