Skip to content

Commit e3c9e08

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 ce11088 commit e3c9e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const test2 = common.mustCall(() => {
139139
client.resume();
140140
});
141141

142-
finished(client, common.mustCall((err) => {
142+
finished(client, common.mustCall(() => {
143143
server.close(test3);
144144
}));
145145
}));

0 commit comments

Comments
 (0)