Skip to content

Commit 1222be8

Browse files
Trotttargos
authored andcommitted
test: remove unused callback argument
PR-URL: #30712 Reviewed-By: David Carlier <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent d69b9b7 commit 1222be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-http-max-http-headers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const test2 = common.mustCall(() => {
134134
client.resume();
135135
});
136136

137-
finished(client, common.mustCall((err) => {
137+
finished(client, common.mustCall(() => {
138138
server.close(test3);
139139
}));
140140
}));

0 commit comments

Comments
 (0)