Skip to content

Commit

Permalink
test: first attempt for flaky fix (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Oct 15, 2023
1 parent e3de712 commit 40ab050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/fetch/http2.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ test(
':status': 200
})

stream.end('hello h2!')

for await (const chunk of stream) {
requestChunks.push(chunk)
}

stream.end('hello h2!')
})

t.plan(8)
Expand Down

0 comments on commit 40ab050

Please sign in to comment.