Skip to content

Commit

Permalink
http: improved test
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Jun 21, 2022
1 parent 4a13ed9 commit 2e3e148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/async-hooks/test-graph.http.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const server = http.createServer(common.mustCall((req, res) => {
server.close(common.mustCall());
}));
server.listen(0, common.mustCall(() => {
const req = http.get({
http.get({
host: '::1',
family: 6,
port: server.address().port
Expand Down

0 comments on commit 2e3e148

Please sign in to comment.