Skip to content

Commit

Permalink
test: remove unused callback argument
Browse files Browse the repository at this point in the history
PR-URL: #30712
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
Trott authored and targos committed Dec 2, 2019
1 parent d69b9b7 commit 1222be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-http-max-http-headers.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const test2 = common.mustCall(() => {
client.resume();
});

finished(client, common.mustCall((err) => {
finished(client, common.mustCall(() => {
server.close(test3);
}));
}));
Expand Down

0 comments on commit 1222be8

Please sign in to comment.