Skip to content

Commit

Permalink
[squash] fixup sequential/ test
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 24, 2018
1 parent aea1523 commit a2d745a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-http2-max-session-memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ server.listen(0, common.mustCall(() => {
req.on('error', common.expectsError({
code: 'ERR_HTTP2_STREAM_ERROR',
type: Error,
message: 'Stream closed with error code 11'
message: 'Stream closed with error code NGHTTP2_ENHANCE_YOUR_CALM'
}));
req.on('close', common.mustCall(() => {
server.close();
Expand Down

0 comments on commit a2d745a

Please sign in to comment.