Skip to content

Commit 9ce62d5

Browse files
committed
f
1 parent 6d9355d commit 9ce62d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-http2-single-headers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ server.on('stream', common.mustNotCall());
2727
server.listen(0, common.mustCall(() => {
2828
const client = http2.connect(`http://localhost:${server.address().port}`);
2929

30-
for(const i of singles) {
30+
for (const i of singles) {
3131
assert.throws(
3232
() => client.request({ [i]: 'abc', [i.toUpperCase()]: 'xyz' }),
3333
{

0 commit comments

Comments
 (0)