Skip to content

Commit a352683

Browse files
committed
test: Replaced forEach with for..of in test-http2-server-shutdown-options-errors.js
1 parent c85eec0 commit a352683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http2-server-shutdown-options-errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ server.on('stream', common.mustCall((stream) => {
4848
`TypedArray, or DataView.${received}`
4949
}
5050
);
51-
};
51+
}
5252

5353
stream.session.destroy();
5454
}));

0 commit comments

Comments
 (0)