Skip to content

Commit 088b627

Browse files
committed
Fix failing definition name
1 parent 0c47428 commit 088b627

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

4.0/test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ var ctx: tls.SecureContext = tls.createSecureContext({
307307
});
308308
var blah = ctx.context;
309309

310-
var tlsOpts: tls.TlsOptions = {
310+
var tlsOpts: tls.ConnectOptions = {
311311
host: "127.0.0.1",
312312
port: 55
313313
};

6.0/test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ var ctx: tls.SecureContext = tls.createSecureContext({
327327
});
328328
var blah = ctx.context;
329329

330-
var tlsOpts: tls.TlsOptions = {
330+
var tlsOpts: tls.ConnectOptions = {
331331
host: "127.0.0.1",
332332
port: 55
333333
};

0 commit comments

Comments
 (0)