Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindbr8 committed Dec 29, 2022
1 parent adbe4ee commit fa9b35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/end2end_test.go
Expand Up @@ -7019,7 +7019,7 @@ func (s) TestClientTransportRestartsAfterStreamIDExhausted(t *testing.T) {
}
for {
_, err := streams[i].stream.Recv()
if err == io.EOF {
if strings.Contains(err.Error(), "EOF") {
break
}
if err != nil {
Expand Down

0 comments on commit fa9b35f

Please sign in to comment.