Skip to content

Commit

Permalink
test: replace forEach with for..of in test-http2-server
Browse files Browse the repository at this point in the history
  • Loading branch information
niyashiyas committed Sep 30, 2023
1 parent 88a2980 commit c615b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-http2-server-shutdown-options-errors.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ server.on('stream', common.mustCall((stream) => {
`TypedArray, or DataView.${received}`
}
);
};
}

stream.session.destroy();
}));
Expand Down

0 comments on commit c615b4c

Please sign in to comment.