Skip to content

Commit 3522f84

Browse files
committed
Update error message
1 parent a1d33da commit 3522f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/end2end_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@ func (s) TestClientInvalidStreamID(t *testing.T) {
39283928
goAwayFrame := st.wantGoAway(http2.ErrCodeProtocol)
39293929
want := "received an illegal stream id: 2."
39303930
if got := string(goAwayFrame.DebugData()); !strings.Contains(got, want) {
3931-
t.Fatalf("Error received: %v, want: %v", got, want)
3931+
t.Fatalf(" Received: %v, Expected error message to contain: %v.", got, want)
39323932
}
39333933
}
39343934

0 commit comments

Comments
 (0)