Skip to content

Commit 18e4607

Browse files
committed
Merge pull request #20 from shane-kearns/master
Fix test 4.2 to test for stream error
2 parents aabf5d1 + a646265 commit 18e4607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

4_2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func FrameSizeTestGroup() *TestGroup {
3333
http2Conn.fr.WriteData(1, true, []byte(dummyData(16385)))
3434

3535
actualCodes := []http2.ErrCode{http2.ErrCodeFrameSize}
36-
return TestConnectionError(ctx, http2Conn, actualCodes)
36+
return TestStreamError(ctx, http2Conn, actualCodes)
3737
},
3838
))
3939

0 commit comments

Comments
 (0)