Skip to content

Commit

Permalink
test: Replaced forEach with for..of in test-http2-server-shutdown-opt…
Browse files Browse the repository at this point in the history
…ions-errors.js
  • Loading branch information
niyashiyas committed Sep 24, 2023
1 parent c85eec0 commit a352683
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 a352683

Please sign in to comment.