Skip to content

Commit

Permalink
add the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
misvivek committed Dec 11, 2024
1 parent 5aada36 commit 961f5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/transport/handler_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ func (s) TestHandlerTransport_HandleStreams_Timeout(t *testing.T) {
select {
case <-ch: // Signal received, continue with the test
case <-time.After(5 * time.Second):
t.Errorf("timeout waiting for ctx.Done")
t.Errorf("timeout waiting for signalDeadlineExceeded")
return
}

Expand Down

0 comments on commit 961f5e5

Please sign in to comment.