update test

This commit is contained in:
Dylan Conway
2023-09-11 10:43:33 -07:00
parent 58e69ef9f4
commit 895f3824b5

View File

@@ -870,7 +870,7 @@ describe("node:http", () => {
});
});
test("should listen on port if string, issue#4582", () => {
test("should listen on port if string, issue#4582", done => {
const server = createServer((req, res) => {
res.end();
});