Skip to content

Commit

Permalink
Update test/parallel/test-http2-client-destroy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lpinca authored Oct 14, 2023
1 parent 16217eb commit e925edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http2-client-destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const { getEventListeners } = require('events');
server.close();
});

for(const destroyCallback of destroyCallbacks) {
for (const destroyCallback of destroyCallbacks) {
const client = h2.connect(`http://localhost:${server.address().port}`);
client.on('connect', common.mustCall(() => {
const socket = client[kSocket];
Expand Down

0 comments on commit e925edb

Please sign in to comment.