Skip to content

Commit

Permalink
alter frame test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
z8n24Xsolla committed May 15, 2024
1 parent 5d2fcaa commit 81258de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bfe_http2/frame_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ func TestMetaFrameHeader(t *testing.T) {
maxHeaderListSize: (1 << 10) / 2,
want: maxHeaderListSizeError{
streamID: 1,
curHeaderListSize: 536,
curHeaderListSize: 550,
maxHeaderListSize: 512,
},
},
Expand Down Expand Up @@ -1033,7 +1033,7 @@ func TestMetaFrameHeader(t *testing.T) {
}
return fmt.Sprintf("value %#v", v)
}
t.Errorf("%s:\n got: %v\nwant: %s", name, str(got), str(tt.want))
t.Errorf(" %s:\n got: %v\nwant: %s", name, str(got), str(tt.want))
}
if tt.wantErrReason != "" && tt.wantErrReason != fmt.Sprint(f.errDetail) {
t.Errorf("%s: got error reason %q; want %q", name, f.errDetail, tt.wantErrReason)
Expand Down

0 comments on commit 81258de

Please sign in to comment.