diff --git a/tests/unit_node/tls_test.ts b/tests/unit_node/tls_test.ts index 236dab2086..628d0ade1f 100644 --- a/tests/unit_node/tls_test.ts +++ b/tests/unit_node/tls_test.ts @@ -213,7 +213,7 @@ Deno.test("tls.connect() throws InvalidData when there's error in certificate", host: "localhost", port: 4557, }); - + conn.on("data", () => {}); conn.on("error", (err) => { console.log(err); });