test: ensure assertions are reached on HTTP2 tests · nodejs/node@2e2963f

Original file line numberDiff line numberDiff line change

@@ -194,7 +194,7 @@ export default [

194194

`test/parallel/test-{${

195195

// 0x61 is code for 'a', this generates a string enumerating latin letters: 'a*,b*,…'

196196

Array.from({ length: 4 }, (_, i) => String.fromCharCode(0x61 + i, 42)).join(',')

197-

},http-*,${

197+

},http-*,http2-*,${

198198

// 0x61 is code for 'a', this generates a string enumerating latin letters: 'z*,y*,…'

199199

Array.from({ length: 2 }, (_, i) => String.fromCharCode(0x61 + 25 - i, 42)).join(',')

200200

}}.{js,mjs,cjs}`,